Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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