https://github.com/tool3/clider
cli template
https://github.com/tool3/clider
cli javascript npm template yargs
Last synced: 2 months ago
JSON representation
cli template
- Host: GitHub
- URL: https://github.com/tool3/clider
- Owner: tool3
- License: mit
- Created: 2020-03-02T10:23:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T19:56:51.000Z (about 3 years ago)
- Last Synced: 2025-01-26T09:27:18.235Z (over 1 year ago)
- Topics: cli, javascript, npm, template, yargs
- Language: JavaScript
- Size: 356 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clider
[](https://travis-ci.org/tool3/clider) 
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`:
```json
"bin": {
name_of_cli: "./index.js"
}
```