sts-create
v0.1.4
Published
This CLI tool helps create front-end app for STS Software
Downloads
1
Readme
STS Create
This CLI tool helps create front-end app for STS Software
Prerequisite
Your machine must have:
- NodeJS
- Git
Install
npm install -g sts-create
Usage
- Run
sts-create -h
to show help - Run
sts-create react-app [project-name]
: Generate a React project. - Run
sts-create react-native-app [project-name]
: Generate a React Native project (comming soon).