create-serverless-stack/

directory
v0.69.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2022 License: MIT

README

create-serverless-stack npm

A simple CLI (create-serverless-stack) that helps you create your Serverless Stack projects.

View the create-serverless-stack docs here.

Usage

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

With npx.

$ npx create-serverless-stack@latest my-sst-app

Or with npm 6+

$ npm init serverless-stack@latest my-sst-app

Or with Yarn 0.25+

$ yarn create serverless-stack my-sst-app

This will create an app in the my-sst-app/ directory.

Options

Pass in the following (optional) options.

--language

The language of the project: javascript, typescript, python, go, csharp, or fsharp. Defaults to javascript. For example:

$ npm init serverless-stack@latest my-sst-app -- --language typescript

Note that extra -- when using npm init.

--example

Creates a project using one of our examples. Pass in the name of the example you want.

$ npx create-serverless-stack@latest --example rest-api

# Or
$ npm init serverless-stack --example rest-api
$ yarn create serverless-stack --example rest-api

You can also pass in a name for your app.

$ npx create-serverless-stack@latest --example rest-api my-sst-api
--use-yarn

Use Yarn instead of npm as the packager. Defaults to npm. For example:

$ yarn create serverless-stack my-sst-app --use-yarn

Directories

Path Synopsis
templates

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL