create-sst
A simple CLI create-sst
that sets up a modern web application powered by SST
Usage
There's no need to install this CLI. Just use it directly to create your projects.
- npx
- npm
- yarn
npx create-sst@latest
npm init sst
yarn create sst
This will prompt you for the database option and a folder name. And it will bootstrap the application in that directory.
Options
Pass in the following (optional) options.
--template
Instead of the standard starter, you can choose to use one of our minimal setups or examples as the template to bootstrap.
npx create-sst@latest --template=minimal/javascript-starter
Arguments
<destination>
Specify a destination directory instead of typing it into the interactive prompt
npx create-sst@latest my-sst-app
Note that extra --
when using npm init
.