0.0.3 • Published 7 years ago
auth-infra v0.0.3
Template for creating a new cli tool
The name of the tool is found in package.json
Running Instructions
Make sure that before you run this, run npm install -g node-pre-gyp and make sure that installs successfully.
To install all the necessary dependencies run npm install.
To build the cli tool npm run build. Any time you make a change, you have to rebuild the tool.
To link the tool to the command line, run npm link.