Sha256: aa7731368991c4bdbe119efff317b46529ae98063acdc669244c83204511aee2

Contents?: true

Size: 841 Bytes

Versions: 1

Compression:

Stored size: 841 Bytes

Contents

# MakeItSo

![Make It So](http://images.simplysyndicated.com/wp-content/uploads/2014/07/make-it-so-captain.jpg)

Make It So is a command line utility that makes it easy to create starting points
for all apps ruby. Right now, it only supports Rails, but support for Sinatra,
Gosu, and other paradigms are in progress.

## Installation

Add this line to your application's Gemfile:

Install it yourself as:

    $ gem install make_it_so

## Usage

```ruby
make_it_so rails <app_name>
```

Then run:
```ruby
rake db:create
rake db:migrate
```

## Contributing

1. Fork it ( https://github.com/[my-github-username]/make_it_so/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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
make_it_so-0.0.3 README.md