https://github.com/kyle-west/cli-node-template
Create a Node CLI with this template
https://github.com/kyle-west/cli-node-template
Last synced: 10 months ago
JSON representation
Create a Node CLI with this template
- Host: GitHub
- URL: https://github.com/kyle-west/cli-node-template
- Owner: kyle-west
- Created: 2020-12-15T17:12:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-29T19:50:29.000Z (over 4 years ago)
- Last Synced: 2025-01-10T04:25:10.010Z (12 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cli-node-template

Create a Node CLI with this template
1. Create a [new repository](https://github.com/new) from kyle-west/cli-node-template
2. Pull down and run `bash make.sh`, following the prompts
3. Review, commit, and push changes up
Run the following to test / dev locally:
```
npm install
npm link
```