An open API service indexing awesome lists of open source software.

https://github.com/ftomassetti/codedryer

Measure redundancy in your code base and DRY up your code. Many languages supported
https://github.com/ftomassetti/codedryer

Last synced: 2 months ago
JSON representation

Measure redundancy in your code base and DRY up your code. Many languages supported

Awesome Lists containing this project

README

          

=======
codedryer
=========

Measure redundancy in your code base and DRY up your code. Many languages supported

## Installation

Add this line to your application's Gemfile:

gem 'codedryer'

And then execute:

$ bundle

Or install it yourself as:

$ gem install codedryer

## Usage

Well, I am working on it.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request