README
Dish
template for Command Line Tool
Usage
- Edit your comamnd name in
bin
ofpackage.json
. - Type
$ npm link
. - Enjoy it!
Tasks
changelog
create CHANGELOG.md
.
$ npm run changelog
test
Test runner is ava.
$ npm test # or npm test:watch
lint
$ npm run lint
Directory Structure of the Generated Project
.
├── LICENSE
├── README.md
├── lib
│ └── index.js
└── test
└── cli.js