Sha256: 3bc773fb2747cc428de2eb91020752545bb8528dfa1b5de9195047bd17173d7d

Contents?: true

Size: 804 Bytes

Versions: 1

Compression:

Stored size: 804 Bytes

Contents

# Howitzer

TODO: Write a gem description

## Installation
Install it yourself as:

    $ gem install howitzer

## Usage

Write command in command line:

    $ howitzer install --cucumber

### This command will generate next folders and files:
```
config/
        cucumber.yml
        default.yml
        custom.yml
tasks/
        cucumber.rake
emails/
        example_email.rb
features/
        support/env.rb
        step_definitions/common_steps.rb
        example.feature
pages/
        example_page.rb
        example_menu.rb
Gemfile
Rakefile
.gitignore
```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
howitzer-0.0.1 README.md