Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 906 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 906 Bytes

DradisSimple

This is a very simple proof-of-concept of a plugin-as-a-gem plugin for the Dradis Framework.

Installation

Add this line to your application's Gemfile:

gem 'dradis_simple'

And then execute:

$ bundle

Or install it yourself as:

$ gem install dradis_simple

Usage

Truth is, there is not much to do. Load the plugin in your Gemfile and you will be able to see it inside the Upload Manager.

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. Review our Contributor's Agreement. Sending us a pull request means you have read and accept to this agreement
  6. Create new Pull Request