Build Status

Testcloud::Generator

Generators for speeding up repetitive tasks during development.

Installation

Just install the generator globally for your ruby version.

gem install testcloud-generator

Usage

# generate a new testCloud gem, that requires cores models
testcloud_generator gem greeter --core

# generate a new UseCase for an existing gem
testclud_generator use_case SayHelloToGreeter

Contributing

  1. Fork it ( https://github.com/[my-github-username]/testcloud-generator/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request