An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# cli-node-template

![Status Badge](https://github.com/kyle-west/cli-node-template/workflows/Install%20and%20Test%20Flow/badge.svg)

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
```