Skip to content
/ cv Public

Generate a resumé of your Github activity!

License

Notifications You must be signed in to change notification settings

beneills/cv

Repository files navigation

CV Build Status Gratipay License

Generate a resumé of your Github activity! See a live example here.

Why

In five minutes you can show off your best public activity on Github, whether commits, pull requests, stats or conversations, and publish this online. This means you can direct people towards the work you want to emphasize. With more time, you can customize your resumé by changing basic HTML, adding whatever else you want to it.

Screenshot of resumé

Usage

# fork repository
git clone https://github.com/USERNAME/cv
cd cv
# apt-get install phantomjs or brew install phantomjs
bundle install
edit templates/index.html # set your username
bundle exec rake
# use `bundle exec rake light` to skip downloading anything
open index.html

Publishing

# on branch gh-pages
git commit -am 'Customize my resumé' && git push
open http://USERNAME.github.io/cv

If you manage to get a job using this, you could give me some money...

Contributing

  • Create or take ownership of an issue
  • Fork development branch
  • Write code
  • bundle exec rake test
  • bundle exec rake release
  • Commit with a reasonable message and push
  • Submit a pull request

About

Generate a resumé of your Github activity!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published