Sha256: 8117228f6d2bd2a31d64c3eb3af4a739027a4b1fc8e8f852ec54ce4b2a8aabde
Contents?: true
Size: 770 Bytes
Versions: 1
Compression:
Stored size: 770 Bytes
Contents
# KolektiAnalizo [](https://codeclimate.com/github/mezuro/kalibro_client) 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_analizo' And then execute: $ bundle Or install it yourself as: $ gem install kolekti_analizo ## Usage Just register it into Kolekti with ```ruby require 'kolekti' require 'kolekti_analizo' Kolekti.register_collector(Kolekti::Analizo::Collector.new) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kolekti_analizo-5.0.0 | README.md |