Skip to content

abogaart/jir

Repository files navigation

Build Status Coverage Status David License

Jir

Bring Hippo assistance to the command line.

Installation

Install the packages using NPM

npm install

Usage

Running with no arguments

Running without any arguments gives an overview of the available options.

jir

Running with arguments

jir archetype latest

Developer information

The Javascript code style is enforced with JSCS and linted with JSHint

Running the tests

To run the tests, open a shell in the project directory and execute:

grunt test

Running in debug mode

To start Jir in debug mode, simply set the environment variable JIR_DEBUG to true, like:

export JIR_DEBUG=true

To run in normal mode again use:

export JIR_DEBUG=

Use development-mode configuration from ./config/jir-config-dev.json

 export JIR_DEVMODE=true

License

MIT

About

Hippo assistance on the command line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published