Skip to content

Latest commit

 

History

History
72 lines (45 loc) · 1.32 KB

README.md

File metadata and controls

72 lines (45 loc) · 1.32 KB

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