Skip to content

CLI commands

CommandDescription
npx @thomasfarineau/anvil create <name>Scaffold a new project in <name>/ (interactive)
npx @thomasfarineau/anvil create <name> -t XScaffold with template X, no prompts
npx anvil initInitialize anvil in the current folder
npx anvil devStart the launcher in development mode
npx anvil buildCompile the launcher for distribution
npx anvil updateUpdate the Rust backend and api.js to the latest version
npx anvil iconsForce-regenerate app icons from the configured logo

Released under the MIT License.