hoodiehq-archive / hoodie-cli

⛔ deprecated
Other
44 stars 18 forks source link

Hoodie command line utility

Build Status Dependency Status devDependency Status

NPM

Installation

Please ensure you have node installed.

npm install -g hoodie-cli

Usage

See hoodie -h or hoodie --help for a summary of this information.

Running hoodie as a daemon

Using forever

forever start -o /var/log/app.out.log -e /var/log/app.err.log -a --killSignal=SIGTERM /path/to/myapp/node_modules/hoodie-server/bin/start

License

Apache 2.0