create-snake-app
v1.0.3
Published
create an app for myself
Downloads
2
Readme
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