Orcid Album Cover
Via the command line, generate an album cover for your favorite ORCiD.
Don't just talk about your life's work, show it!
PNG Version
Generated via: $ orcid_album_cover 0000-0002-9952-7800
HTML Version
Generated via: $ orcid_album_cover 0000-0002-9952-7800 -f html > other_file.html && open other_file.html
Installation
$ gem install orcid_album_cover
Running (OS X only?)
$ orcid_album_cover <an_orcid>
$ orcid_album_cover -h
Usage: orcid_album_cover DDDD-DDDD-DDDD-DDDD [options]
--format [FORMAT] With format: html, png
Examples
Generate the HTML version and open the output file.
$ orcid_album_cover 0000-0002-9952-7800 -f html > other_file.html && open other_file.html
Non-Ruby Dependencies
Install ImageMagick.
On OS X, you can use Homebrew: $ brew install imagemagick
.
Contributing
- Fork it ( http://github.com/jeremyf/orcid_album_cover/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Versioning
Orcid Album Cover uses Semantic Versioning 2.0.0