https://github.com/asmega/source_notes
Find notes in source code e.g. TODO or FIXME
https://github.com/asmega/source_notes
Last synced: about 2 months ago
JSON representation
Find notes in source code e.g. TODO or FIXME
- Host: GitHub
- URL: https://github.com/asmega/source_notes
- Owner: asmega
- License: mit
- Created: 2012-05-20T11:22:38.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-04T18:35:40.000Z (about 14 years ago)
- Last Synced: 2024-03-15T13:21:34.684Z (over 2 years ago)
- Language: Ruby
- Size: 93.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: LICENSE
Awesome Lists containing this project
README
h1. Source Notes
A modified version of "Rails":https://github.com/rails/rails SourceAnnotationExtractor.
Hopefully to be a bit more generic and reusable.
h2. Installation
Add this line to your application's Gemfile:
@gem 'source_notes'@
And then execute:
@bundle@
Or install it yourself as:
@gem install source_notes@
h2. Usage
h2. 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
h2. TODOs
- Add some instructions
- Add tests
- Rake-ify
- Gemify