simply click Use this template
and your'e good !
yargs
eslint
husky
mocha
chai
github actions
forlint
andtest
once you created a repository using this template, use the following steps:
- update and rename
package.json
- add
"bin"
section topackage.json
:
"bin": {
name_of_cli: "./index.js"
}