Jule
A simple seed app for building CLIs with Node and Javascript.
Installation
Clone the repo:
git clone https://github.com/codyjdalton/jule.git
Change directory to the jule project:
cd jule
Change the name in package.json to your project name:
Run npm link
to use your application on the command line:
npm install
npm link
your-project hello