@mittonface/create-serverless-stack

0.35.1-next.2 • Public • Published

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, or go. Defaults to javascript. For example:

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

Note that extra -- when using npm init.

--use-yarn

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

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

Readme

Keywords

none

Package Sidebar

Install

npm i @mittonface/create-serverless-stack

Weekly Downloads

2

Version

0.35.1-next.2

License

MIT

Unpacked Size

25.8 kB

Total Files

41

Last publish

Collaborators

  • mittonface