Skip to main content
npm version Simple CLI tool for bootstrapping Ship applications. Downloads actual template from Ship monorepo and configures it to run. Init project

Build options

Deployment type

Usage

npx create-ship-app@latest init
or
npx create-ship-app@latest my-project

Plugins

The CLI also supports installing pre-built features via the plugin system:
npx create-ship-app@latest install <plugin-name>
For example:
npx create-ship-app@latest install stripe-subscriptions
See the Plugins documentation for the full list of available plugins and how they work.