cosmetics

CSS linter

Usage no npm install needed!

<script type="module">
  import cosmetics from 'https://cdn.skypack.dev/cosmetics';
</script>

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