Sha256: c585eae09abe3f34a2dcec8cbe25be5968a64ba85543cb91cfdcbd96fd52a93c

Contents?: true

Size: 777 Bytes

Versions: 1

Compression:

Stored size: 777 Bytes

Contents

h1. Code smell detector

h1. → 'reek'


h2. What

Reek is a tool that examines Ruby classes, modules and methods and reports any code smells it finds.

h2. Installing

<pre syntax="ruby">sudo gem install reek</pre>

h2. The basics

<pre syntax="ruby">
  $ cd my_project/lib
  $ reek
</pre>

(More details coming soon...)

h2. Demonstration of usage

(More details coming soon...)

h2. Forum

Coming soon...

h2. How to access the source code

The source is hosted on both "github":http://github.com/kevinrutherford/reek/tree/master and "rubyforge":http://rubyforge.org/projects/reek/

h2. License

This code is free to use under the terms of the MIT license. 

h2. Contact

Comments are welcome. Send an email to "Kevin Rutherford":mailto:kevin@rutherford-software.com

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reek-0.0.1 website/index.txt