Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lsegal/yard-blame
Adds git blame info to your docs (alpha)
https://github.com/lsegal/yard-blame
Last synced: about 2 months ago
JSON representation
Adds git blame info to your docs (alpha)
- Host: GitHub
- URL: https://github.com/lsegal/yard-blame
- Owner: lsegal
- Created: 2010-03-12T21:40:08.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-15T23:08:22.000Z (over 13 years ago)
- Last Synced: 2024-10-31T06:51:30.269Z (2 months ago)
- Language: Ruby
- Homepage: http://yardoc.org
- Size: 98.6 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= yard-blame
Adds git blame info to your method source views.
== Install
$ rake install
== How to Use
Generate your docs with +yardoc+ and click a method's "view source" link to
see the git blame info.To link your blame info to github, set the +YARD_USER+ and +YARD_PROJECT+
environment variables$ YARD_USER=lsegal YARD_PROJECT=yard-blame yardoc
== License
MIT License