Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 650 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 650 Bytes

MvnPluginConfig - Opens list of maven plugins in browser's window.

Installation

Install gem from command line:

gem install mvn_plugin_config

or add this line to to your Gemfile:

gem "mvn_plugin_config"

and then execute:

bundle

Usage

Use it:

mvn-plugin-config

It will start sinatra application on port 5678 and load start page in the browser.

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