Skip to content

Instantly share code, notes, and snippets.

@bonsaiben
Created April 28, 2012 05:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bonsaiben/2516253 to your computer and use it in GitHub Desktop.
Save bonsaiben/2516253 to your computer and use it in GitHub Desktop.
a bash function to output a gem's README from the command line using bundler
function readme { cat `bundle show $1`/README.md; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment