Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ojiry/skmz
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ojiry/skmz
- Owner: ojiry
- License: mit
- Created: 2013-12-06T09:02:26.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2014-03-04T06:56:38.000Z (almost 11 years ago)
- Last Synced: 2025-01-01T06:42:41.666Z (9 days ago)
- Language: Ruby
- Size: 336 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Skmz
[![Gem Version](https://badge.fury.io/rb/skmz.png)](http://badge.fury.io/rb/skmz)
[![Build Status](https://travis-ci.org/ryog/skmz.png?branch=develop)](https://travis-ci.org/ryog/skmz)
[![Code Climate](https://codeclimate.com/github/ryog/skmz.png)](https://codeclimate.com/github/ryog/skmz)
[![Coverage Status](https://coveralls.io/repos/ryog/skmz/badge.png?branch=develop)](https://coveralls.io/r/ryog/skmz?branch=develop)
[![Dependency Status](https://gemnasium.com/ryog/skmz.png)](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