1.0.1 • Published 10 years ago

glowplug v1.0.1

Weekly downloads
1
License
-
Repository
-
Last release
10 years ago

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.
1.0.1

10 years ago

1.0.0

10 years ago