celsowhite / node-cli-starter

Starter package for creating node js cli scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 100.0%