mirror of
https://github.com/taigrr/wails.git
synced 2026-04-15 11:21:15 -07:00
Only run default command if no args
Add custom template (Frameworks)
This commit is contained in:
13
cmd/frameworks/main.go
Normal file
13
cmd/frameworks/main.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package frameworks
|
||||
|
||||
// Framework has details about a specific framework
|
||||
type Framework struct {
|
||||
Name string
|
||||
JS string
|
||||
CSS string
|
||||
Options string
|
||||
}
|
||||
|
||||
// FrameworkToUse is the framework we will use when building
|
||||
// Set by `wails init`, used by `wails build`
|
||||
var FrameworkToUse *Framework
|
||||
Reference in New Issue
Block a user