Sha256: 62c2cdb07e5c14089ffc4756d7c3e75a105d3c55948946a2a9133f23082240cc
Contents?: true
Size: 750 Bytes
Versions: 2
Compression:
Stored size: 750 Bytes
Contents
# Docushin Docushin creates documentation based on your rails application routes. ## Installation Add this line to your application's Gemfile: gem 'docushin' And then execute: $ bundle install ## Usage Mount engine in your application `config/routes.rb` mount Docushin::Engine, :at => "docushin" You can specify, the name of the route you want Docushin to be mountet at, just change "docushin" to your desired destination. It creates a resource on `http://yousitename/docushin/routes`. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
docushin-0.0.2 | README.md |
docushin-0.0.1 | README.md |