Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-sst

Package Overview
Dependencies
Maintainers
0
Versions
1090
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-sst

Create SST apps

  • 2.43.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
192
decreased by-37.25%
Maintainers
0
Weekly downloads
 
Created
Source

create sst

Discord npm


A simple CLI create-sst that sets up a modern web application powered by SST

Usage

There's no need install this CLI. Just use it directly to create your projects.

With npx.

npx create-sst@latest

Or with npm 6+

npm init sst

Or with Yarn 0.25+

yarn create sst

Or with PNPM

pnpm create sst

This will prompt you for a folder name and 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=other/go

Arguments

<destination>

Specify a project name, instead of typing it into the interactive prompt.

npx create-sst@latest my-sst-app

For more details, head over to our docs.


Join our community Discord | YouTube | Twitter

FAQs

Package last updated on 16 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc