Sha256: ca99f96837a7fde53e584a31fe0618a97f34f942412e81e60345e2fb172eaddf
Contents?: true
Size: 776 Bytes
Versions: 1
Compression:
Stored size: 776 Bytes
Contents
# KolektiCCPHPMD [](https://codeclimate.com/github/mezuro/kolekti_cc_phpmd) Generic parser for Analizo static code metrics collector. ## Contributing Please, have a look the wiki pages about development workflow and code standards: * https://github.com/mezuro/mezuro/wiki/Development-workflow * https://github.com/mezuro/mezuro/wiki/Standards ## Installation Add this line to your application's Gemfile: gem 'kolekti_cc_phpmd' And then execute: $ bundle Or install it yourself as: $ gem install kolekti_cc_phpmd ## Usage Just register it into Kolekti with ```ruby require 'kolekti' require 'kolekti_cc_phpmd' Kolekti.register_collector(Kolekti::CcPhpMd::Collector.new) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kolekti_cc_phpmd-5.0.0 | README.md |