jule
v0.1.0
Published
[](https://travis-ci.org/codyjdalton/jule) [](https://coveralls.io/github/codyjdalton/ju
Downloads
12
Readme
Jule
A simple seed app for building CLIs with Node and Javascript.
Installation
Clone the repo:
git clone https://github.com/codyjdalton/jule.gitChange directory to the jule project:
cd juleChange the name in package.json to your project name:
{
"name": "your-project",
}Run npm link to use your application on the command line:
npm installnpm linkyour-project hello