deprecated due to unnecessariness :)
Helps with setting up and manipulating a NodeJS stack from Ruby
We are using this gem to facilitate CICD, e.g. via having Bait CI bring up our stack when tests pass. In addition this gem is being used from within our cucumber hooks to bring up our nodejs stack for browser testing.
Add this line to your application's Gemfile:
gem 'nodestack'
And then execute:
$ bundle
Or install it yourself as:
$ gem install nodestack
TODO: Write usage instructions here
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request