glowplug

1.0.1 • Public • Published

glowplug

A starter/restarter for nodejs applications - Runs your app in a cluster automagically!

Installation

	$ npm install -g glowplug

Usage

	$ glowplug

Optional parameters

- `--num=` Number of workers to start (make this the number of cores on your system)
- `--config=` Location of a config file - glowplug will require your config file and apply 
   all of the exports as environment variables to your app
- `--location=` Location of the app to run - if you do not provide this, glowplug will use 
   your current working directory
- Additionally, you may specify any variable you would like in the format of `--key=value` 
   and it will be added to your app's environment variables at runtime.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i glowplug

    Weekly Downloads

    2

    Version

    1.0.1

    License

    BSD

    Last publish

    Collaborators

    • grahamkennery