0.0.0 • Published 7 years ago

cosmetics v0.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Usage

  1. Edit your comamnd name in bin of package.json.
  2. Type $ npm link.
  3. 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