# Docks [![Build Status](https://travis-ci.org/docks-app/docks.svg?branch=master)](https://travis-ci.org/docks-app/docks) Docks is for creating beautiful, live, styleguides. A styleguide is a collection of your application’s visual and programmatic patterns. Docks supports patterns for JavaScript, CoffeeScript, Sass, Less, Stylus, ERB, Slim, and Haml. ## Installation Add this line to your application's Gemfile: gem 'docks' And then execute: $ bundle Or install it yourself as: $ gem install docks ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it ( https://github.com/[my-github-username]/docks/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