JSPM

launch-express

2.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q33326F
  • License ISC

CLI tool to setup a new Launch Express project

Package Exports

  • launch-express
  • launch-express/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (launch-express) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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

npm install -g launch-express

Usage

Create a new project.

npx launch-express new <project-name>

Update an existing project.

npx launch-express update <project-name>

Options

  • -d or --default - Use default options for the project
  • -h or --help - Show help for the command