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
- Host: GitHub
- URL: https://github.com/ftomassetti/codedryer
- Owner: ftomassetti
- License: apache-2.0
- Created: 2013-09-20T19:14:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-21T15:44:29.000Z (about 12 years ago)
- Last Synced: 2025-05-17T11:09:31.614Z (5 months ago)
- Language: Ruby
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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