Sha256: 34661066d45466bf514f9345477c6d89bd85cfc0198be62b4e1f14b402e148b9
Contents?: true
Size: 689 Bytes
Versions: 2
Compression:
Stored size: 689 Bytes
Contents
Adam Tanner ================== This is my resume as executable Ruby code. Installation ------------------ `gem install adamtanner` Run `adamtanner` to have it print my resume to the console with syntax highlighting. You can also run this from IRB: require 'rubygems' require 'adamtanner' # Adam is assigned to my resume and you can drill down into it because it's just Ruby code. Adam.name #=> "Adam Tanner" Adam.experience.bullhorn_marketing.position #=> "Web Developer" Future ------------------ * Extend the `adamtanner` executable to start a server and display a web version of my resume. * Extend the `adamtanner` executable to export a PDF of my resume.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adamtanner-0.0.2 | README.md |
adamtanner-0.0.1 | README.md |