Skip to content

Starter for building a node.js CLI tool to replace your shell script nonsense!

Notifications You must be signed in to change notification settings

mattbloomfield/node-cli-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node CLI Starter

Getting Started

''MUST HAVE NODE.JS INSTALLED''

git clone the repository, cd into it and npm install the module dependencies.

To see it in action, npm install -g while in the directory to install it locally. Run using node-starter <arg>.

e.g.

$ node-starter test

Features

This app is fairly featureless! Use --help to see anything it can do. The help is a feature built automatically by the commander module. To change the command to run the app, modify the bin attribute in package.json.

About

Starter for building a node.js CLI tool to replace your shell script nonsense!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published