From 6154bdac907447c22bfb9e0c918435d63a901170 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 1 Aug 2022 20:11:49 +1000 Subject: [PATCH] Add `wails generate module` to docs. --- website/docs/reference/cli.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/reference/cli.mdx b/website/docs/reference/cli.mdx index d8ee015c..ee584c43 100644 --- a/website/docs/reference/cli.mdx +++ b/website/docs/reference/cli.mdx @@ -208,6 +208,10 @@ it may be used for generating projects. For more details on creating templates, consult the [Templates guide](../guides/templates.mdx). +### module + +The `wails generate module` command allows you to manually generate the `wailsjs` directory for your application. + ## update `wails update` will update the version of the Wails CLI.