Sha256: 4858ac389dda88e2b37ce616cae2897c8e8ef6a61b706b38c19918ae0bd40202
Contents?: true
Size: 565 Bytes
Versions: 1
Compression:
Stored size: 565 Bytes
Contents
# SourceBrowser Short description and motivation. ## Usage How to use my plugin. ## Installation Add this line to your application's Gemfile: ```ruby gem "source_browser" ``` And then execute: ```bash $ bundle ``` Run the installer: ```bash bin/rails generate source_browser:install ``` Mount the engine in your `config/routes.rb` ```rb mount SourceBrowser::Engine, at: "/source" ``` ## Contributing Contribution directions go here. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
source_browser-0.2.0 | README.md |