A node cli to control Firefox
npm install fx-runner

``
Usage: fx-runner [options] [command]
Commands:
start Start Firefox
Options:
-h, --help output usage information
-V, --version output the version number
-b, --binary
--binary-args
-p, --profile
-v, --verbose More verbose logging to stdout.
--new-instance Use a new instance
--no-remote Do not allow remote calls
--foreground Bring Firefox to the foreground
-l, --listen
`
To create a new release, do the following:
* Pull from master to make sure you're up to date.
* Bump the version in package.json.package.json
* Commit and push the version change
(or create and merge a pull request for it).
* Create a new release
and paste in a changelog in Markdown format.
Title the github release after the new version you just
added in the previous commit to (example: 1.0.4`).
* When you publish the release, github creates a tag.
When TravisCI builds the tag,
it will automatically publish the package to
npm.