This is the CLI for Launch Express. It is used to create a new Next.js project with the Launch Express starter kit.
npm install -g launch-express
Create a new project.
npx launch-express new <project-name>
Update an existing project.
npx launch-express update <project-name>
-
-d
or--default
- Use default options for the project -
-h
or--help
- Show help for the command