This command-line interface (CLI) provides a set of tools to easily manage your project.
To install the CLI globally, run:
npm install -g @owdproject/cli
Once installed, you can use the CLI commands by typing npx @owdproject/cli
followed by a command.
npx @owdproject/cli create
: Create a new Open Web Desktop project from a template.npx @owdproject/cli start
: Start the project in development mode (runs Nuxt.js).npx @owdproject/cli generate
: Generate the project for static deployment.
For more information on each command, use:
npx @owdproject/cli <command> --help
- Easy setup for new Open Web Desktop projects.
- Allows you to start development mode quickly with
npx @owdproject/cli start
. - Generates files for static deployment with
npx @owdproject/cli generate
.
This project is released under the MIT License.