0.0.5 • Published 7 years ago
templat-tool v0.0.5
Commander.js
Option parsing
Quickly create common projects without having to type commands multiple times.
Installation
$ npm install -g templat-toolUsage:
  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 informationExamples:
  $ ttl --express my-app
  $ ttl -e my-appLicense
ISC