ojiry / skmz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skmz

Gem Version Build Status Code Climate Coverage Status Dependency Status

Skmz is a Rails engine that shows the schemas.

Installation

Add this line to your application's Gemfile:

group :development do
  gem 'skmz'
end

And then execute:

$ bundle

Usage

Visit /skmz/info/schemas in your app.

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

About

License:MIT License


Languages

Language:Ruby 89.3%Language:CoffeeScript 5.5%Language:JavaScript 2.8%Language:CSS 2.4%