5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-10 00:44:16 +08:00
wails/v2/cmd/wails/internal/commands/generate
2021-11-24 18:50:26 +00:00
..
template Adding name and author, also found out while trying to find options for value escaping the string conversion isnt needed :) 2021-11-24 18:50:26 +00:00
generate.go [v2] Generate module command. Updated wails dev 2021-10-05 22:27:12 +11:00
module.go [v2] Better errors 2021-10-11 19:23:31 +11:00
README.md [v2] Tidy generate module 2021-06-27 20:26:37 +10:00

Generate

The generate command provides the ability to generate various Wails related components.

Usage

wails generate [subcommand] [options]

Template

wails generate template -name <name> [-frontend] [-q]

Generate a starter template for you to customise.

Flag Details
-frontend Copies all the files from the current directory into the template's frontend directory. Useful for converting frontend projects created by boilerplate generators.
-q Suppress output