0.2.0 • Published 7 years ago

groupz v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Group Maker

A commandline tool for making groups.

Uses Node's readline to communicate with the terminal.

Plan to use commander in the future.

Local Usage

Run locally:

node index.js

Or install as a local node module:

cd into the directory

npm install -g

then you can run the tool using groupz in the terminal

(remember: you'll need to reinstall every time you make a change)

Run Tests

npm test

Testing command will run the linter!