Sha256: a960a7bac07f6bf8a7c13d13f5954287d99db5a5eaf6f57b7da52a91b2c62084
Contents?: true
Size: 715 Bytes
Versions: 4
Compression:
Stored size: 715 Bytes
Contents
# EmptyCucumber With this gem you can create an empty Cucumber project sctructure ## Installation $ gem install empty_cucumber ## Usage Positioned where you want to create a new Cucumber Project you can type: $ empty_cucumber <project_name> This will create a new folder with the name of <project_name> and a cucumber folders structure in it. Some example files are creted. Ensure to delete them. ## Contributing 1. Fork it ( http://github.com/<my-github-username>/empty_cucumber/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 new Pull Request
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
empty_cucumber-0.0.4 | README.md |
empty_cucumber-0.0.3 | README.md |
empty_cucumber-0.0.2 | README.md |
empty_cucumber-0.0.1 | README.md |