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
- Fork it ( https://github.com/[my-github-username]/docks/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request