0.1.0 • Published 6 years ago

jule v0.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Build Status Coverage Status npm version

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:

{
    "name": "your-project",
}

Run npm link to use your application on the command line:

npm install
npm link
your-project hello
0.1.0

6 years ago

0.0.1

6 years ago

0.0.0-proto-2

6 years ago

0.0.0-proto-1

6 years ago

0.0.0-proto

6 years ago