5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 00:22:57 +08:00

Add blurb on wails generate module (#1414)

For users who wish to keep the wailsjs directory out of source control, the `wails generate module` command is valuable in a CI environment where wails build does not automatically generate the needed javascript module.
This commit is contained in:
Blake Bourque 2022-05-22 18:43:18 -04:00 committed by GitHub
parent 953bc09343
commit 7e64038265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,6 +193,9 @@ There is more information on using this feature with existing framework scripts
## generate
### module
Wails creates a javascript module as described in `wails dev`. Use `wails generate module` to generate the javascript interface code.
### template
Wails uses templates for project generation. The `wails generate template` command helps scaffold a template so that
@ -217,4 +220,4 @@ For more details on creating templates, consult the [Templates guide](../guides/
## version
`wails version` will simply output the current CLI version.
`wails version` will simply output the current CLI version.