You’ll need a ShipKit account in order to use the CLI. Sign up

Installation

You can use the ShipKit CLI to download a TypeScript boilerplate to your local machine. Get started by installing the CLI using the npm package below.

npm

npx shipkit@latest

pnpm

pnpm dlx shipkit@latest

bun

bunx shipkit@latest

yarn

yarn dlx shipkit@latest

Authentication

When prompted, enter your secret ShipKit token, found on the Dashboard

ShipKit token

Download

The CLI will help you choose your tech stack and then download the boilerplate directly to your local machine.

Next steps