Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.28 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.28 KB

Caseadilla

Gem Version Build Status Code Climate Test Coverage Inline docs

Caseadilla is a Rails application back-end development tool and CMS designed to make creating crips, intuitive administrator interfaces easy.

Installation

Add this line to your application's Gemfile:

gem 'caseadilla'

And then execute:

$ bundle

Or install it yourself as:

$ gem install caseadilla

Usage

TODO: Write usage instructions here

Acknowledgements

This gem is largely based on Casein and Comfortable Mexican Sofa.

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