Sha256: 31ea6f9e72a060dfd5d8702235c2ec721312651b69c80f88b782b762850d1931

Contents?: true

Size: 1.02 KB

Versions: 14

Compression:

Stored size: 1.02 KB

Contents

# CodeAnalyzer

| Project  | code_analyzer
|:---------|:--------------------------------------------
| Homepage | https://github.com/flyerhzm/code_analyzer
| Document | http://rubydoc.info/gems/code_analyzer/frames
| CI       | [![Build Status](https://travis-ci.org/flyerhzm/code_analyzer.png)](https://travis-ci.org/flyerhzm/code_analyzer)
| Author   | [Richard Huang][0]

code_analyzer is extracted from [rails_best_practices][1], it helps you
easily build your own code analyzer tool.

## Installation

Add this line to your application's Gemfile:

    gem 'code_analyzer'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install code_analyzer

## Usage

<http://flyerhzm.github.com/code_analyzer/>

## 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

[0]: http://huangzhimin.com
[1]: https://github.com/railsbp/rails_best_practices

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
code_analyzer-0.5.2 README.md
code_analyzer-0.5.1 README.md
code_analyzer-0.5.0 README.md
code_analyzer-0.4.8 README.md
code_analyzer-0.4.7 README.md
code_analyzer-0.4.6 README.md
code_analyzer-0.4.5 README.md
code_analyzer-0.4.4 README.md
code_analyzer-0.4.3 README.md
code_analyzer-0.4.2 README.md
code_analyzer-0.4.1 README.md
code_analyzer-0.4.0 README.md
code_analyzer-0.3.2 README.md
code_analyzer-0.3.1 README.md