Skip to content

tool3/clider

Repository files navigation

clider

Build Status lint
a simple cli template

usage

simply click Use this template and your'e good !

what's in the box

  • yargs
  • eslint
  • husky
  • mocha
  • chai
  • github actions for lint and test

after

once you created a repository using this template, use the following steps:

  • update and rename package.json
  • add "bin" section to package.json:
"bin": {
    name_of_cli: "./index.js"
}