Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cosmetics

about_hiroppy11MIT0.0.0

CSS linter

readme

Dish

template for Command Line Tool

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