templat-tool
v0.0.5
Published
常用模块安装并创建脚手架!
Downloads
1
Maintainers
Readme
Commander.js
Option parsing
Quickly create common projects without having to type commands multiple times.
Installation
$ npm install -g templat-tool
Usage:
index [filename]
Options:
-v, --version output the version number
-e, --express [filename] Create express templates
-r, --react [filename] Create react templates
-u, --vue [filename] Create vue-cli templates
-a, --angular [filename] Create angular templates
-k, --koa [filename] Create koa templates
-h, --help output usage information
Examples:
$ ttl --express my-app
$ ttl -e my-app
License
ISC