1.0.3 • Published 4 years ago

create-snake-app v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

create-snake-app

create an app for myself

Quick Overview

npx create-snake-app my-app
cd my-app

Creating an App

To create a new app, you may choose one of the following methods:

npx

npx create-snake-app my-app

npm

npm init snake-app my-app

npm init <initializer> is available in npm 6+

Yarn

yarn create snake-app my-app

yarn create <starter-kit-package> is available in Yarn 0.25+

Template

Available templates:

  • ts
  • react-ts
  • react-ts-doc

To scaffold with specific template:

npx create-snake-app my-app --template=ts
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago