UNPKG

launch-express

Version:

CLI tool to setup a new Launch Express project

29 lines (18 loc) 485 B
# Launch Express CLI This is the CLI for Launch Express. It is used to create a new Next.js project with the Launch Express starter kit. ## Installation ```bash npm install -g launch-express ``` ## Usage Create a new project. ```bash npx launch-express new <project-name> ``` Update an existing project. ```bash npx launch-express update <project-name> ``` ## Options - `-d` or `--default` - Use default options for the project - `-h` or `--help` - Show help for the command