jule

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i jule

Weekly Downloads

3

Version

0.1.0

License

ISC

Unpacked Size

8.81 kB

Total Files

10

Last publish

Collaborators

  • codyjdalton