@owdproject/cli
Version:
The official CLI for Open Web Desktop
33 lines (19 loc) • 960 B
Markdown
# 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](LICENSE).