Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danmayer/code_statistics
Making a gem of the normal rails rake stats method, to make it more robust and work on non rails projects
https://github.com/danmayer/code_statistics
Last synced: 4 days ago
JSON representation
Making a gem of the normal rails rake stats method, to make it more robust and work on non rails projects
- Host: GitHub
- URL: https://github.com/danmayer/code_statistics
- Owner: danmayer
- License: mit
- Created: 2009-10-23T01:51:03.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-10-23T14:25:13.000Z (about 15 years ago)
- Last Synced: 2024-12-27T09:51:17.518Z (13 days ago)
- Language: Ruby
- Size: 81.1 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
= code_statistics
This is a port of the rails 'rake stat' so it can be used on none rails projects and have it's features slowly expanded.
== Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
(if you want to have your own version, that is fine but
bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.== Copyright
Copyright (c) 2009 Dan Mayer. See LICENSE for details.