An open API service indexing awesome lists of open source software.

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

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).