# pluginscan Scans WordPress plugins for issues ## Installation ### Installing from geminabox % sources -a http://gems.dxw.net/ % gem install pluginscan ### Installing from source You'll need recent versions of Ruby and rubygems % gem build pluginscan.gemspec % gem install pluginscan-*.gem ### Optional: install sloccount and cloc On OSX: % brew install sloccount % brew install cloc On Linux: % apt-get install sloccount % apt-get install cloc ## Usage % cd /path/to/plugin % pluginscan Help/documentation: % pluginscan -h ## Development ### Run the tests % bundle install % rspec ### Check style % bundle install % rubocop ### Release a new gem version 1. Update version number in `lib/pluginscan/version` 2. `rake inabox:release`