Jenny (Short for Generator) is a suite of scripts and support tools for generating new modules, gems and vagrant configurations
TODO: Rename project as 'jenny' already exists as an online gem and I bet it'll cause problems if I reuse that name :-(
The motivation for this sript is to principally learn how to create CLI interfaces which are testable (and therefore tested) in ruby and gain some value from doing so by providing a tool that'll create certain types of projects that I use frequently.
jenny vagrant myProject [--fqdn local.network.com]
jenny help
jenny help vagrant
You can find out how to create new vagrant projects by simply using the provided help tool. An example of this is shown below;
jenny help vagrant
Usage:
jenny vagrant HOSTNAME
Options:
-f, [--fqdn=FQDN] # The FQDN suffix for your hostname
# Default: local
Create a new Vagrant configuration with HOSTNAME given
Install this project yourself from source using
$ rake install
- Fork it ( https://github.com/warmfusion/jenny/fork )
- 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 a new Pull Request
$ bundle exec cucumber features
# To run the script directly, you can run through bundler like so...
$ bundle exec bin/jenny vagrant