Skip to content

AndrewO/yard-blame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yard-blame

A YARD plugin to add git-blame output to documentation.

Usage


gem install yard-blame
yardoc --plugin blame

TODO

  • The main thing is to make it more efficient by not running git-blame for every method.
  • Code cleanup: not sure I like the git_blame code being in the template, but perhaps that’ll be fixed by the above.
  • Some kind of visual indicator of how recent a change might be good.
  • Integration with a commit viewer would be neat, but is starting to get out of scope of this plugin.

About

Integrates git-blame output into YARD's method source display.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages