https://github.com/ojiry/skmz
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ojiry/skmz
- Owner: ojiry
- License: mit
- Created: 2013-12-06T09:02:26.000Z (over 12 years ago)
- Default Branch: develop
- Last Pushed: 2014-03-04T06:56:38.000Z (over 12 years ago)
- Last Synced: 2026-05-01T03:14:44.638Z (about 1 month ago)
- Language: Ruby
- Size: 336 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Skmz
[](http://badge.fury.io/rb/skmz)
[](https://travis-ci.org/ryog/skmz)
[](https://codeclimate.com/github/ryog/skmz)
[](https://coveralls.io/r/ryog/skmz?branch=develop)
[](https://gemnasium.com/ryog/skmz)
Skmz is a Rails engine that shows the schemas.
## Installation
Add this line to your application's Gemfile:
```ruby
group :development do
gem 'skmz'
end
```
And then execute:
```bash
$ 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