1.0.1 • Published 12 years ago
glowplug v1.0.1
glowplug
A starter/restarter for nodejs applications - Runs your app in a cluster automagically!
Installation
	$ npm install -g glowplugUsage
	$ glowplugOptional 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.