Skip to content

celsowhite/node-cli-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Starter package for creating node cli scripts. This is helpful for creating quick cli tools locally and running scripts to interact with apis.

Installation

git clone https://github.com/celsowhite/node-cli-starter.git
cd node-cli-starter
mv .env.sample .env
npm install
npm install -g . (for global access)

Run

Create your script in bin/index.js. Then run:

Local

node .

Global

node-cli-starter

About

Starter package for creating node js cli scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published