Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 614 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 614 Bytes

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"
}