0.0.5 • Published 5 years ago

templat-tool v0.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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