Bring Hippo assistance to the command line.
Install the packages using NPM
npm install
Running without any arguments gives an overview of the available options.
jir
jir archetype latest
To run the tests, open a shell in the project directory and execute:
grunt test
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=
export JIR_DEVMODE=true
MIT