1.0.2 • Published 6 years ago

tspro-cli v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

tspro-cli

a Front-end cli tool for you

Setup

# install global
npm i tspro-cli -g

# list
tspro-cli list

# init
tspro-cli init projectName

projects

as for now, it includes projects below:

simple-koa-project: init a koa node project using TS

you can init it use tspro-cli init simple-koa-project, and then add git remote origin use git remote add origin 'address', it can be used by your own.