0.0.3 • Published 8 months ago
@owdproject/cli v0.0.3
Open Web Desktop CLI
This command-line interface (CLI) provides a set of tools to easily manage your project.
Installation
To install the CLI globally, run:
npm install -g @owdproject/cli
Usage
Once installed, you can use the CLI commands by typing npx @owdproject/cli followed by a command.
Available Commands
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
Features
- 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.
License
This project is released under the MIT License.