Sha256: 0ed091280c4a18e091e4582ed8768103d2a9a095e0f6e5720e7f6ee4719ccd3b

Contents?: true

Size: 1.33 KB

Versions: 1

Compression:

Stored size: 1.33 KB

Contents

# MasshtabDevTools

Tools for specific company tasks.

## Installation

Add this line to your application's Gemfile:

    gem 'masshtab_dev_tools', group: :development

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install masshtab_dev_tools

## Usage

### Deployment tool

From project folder:

    rails generate masshtab:deploy USER_NAME SERVER_NAME [options]

    Options:
      [--repository=REPOSITORY]              # Full address of the git repository. If empty server name and application name will be used
      [--branch=BRANCH]                      # Branch name to deploy from
                                             # Default: master
      [--application-name=APPLICATION_NAME]  # Name of rails application
                                             # Default: simple_site

    Runtime options:
      -f, [--force]    # Overwrite files that already exist
      -p, [--pretend]  # Run but do not make any changes
      -q, [--quiet]    # Suppress status output
      -s, [--skip]     # Skip files that already exist

    For example:
      rails g masshtab:deploy alex example.com

## Contributing

1. Fork it
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

1 entries across 1 versions & 1 rubygems

Version Path
masshtab_dev_tools-0.0.1 README.md