Skip to content

owdproject/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The command-line interface (CLI) provides a set of tools to manage your Open Web Desktop projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published