https://github.com/owdproject/cli
The command-line interface (CLI) provides a set of tools to manage your Open Web Desktop projects
https://github.com/owdproject/cli
owd-client
Last synced: 8 months ago
JSON representation
The command-line interface (CLI) provides a set of tools to manage your Open Web Desktop projects
- Host: GitHub
- URL: https://github.com/owdproject/cli
- Owner: owdproject
- Created: 2020-10-18T01:24:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-17T21:44:02.000Z (about 1 year ago)
- Last Synced: 2025-05-17T04:12:41.973Z (about 1 year ago)
- Topics: owd-client
- Language: JavaScript
- Homepage: https://owdproject.org
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 --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).