Sha256: e8e44f583cc1d3a087eb4c4147f2437a1bd863cf47563f601ebe576a8008c19f
Contents?: true
Size: 942 Bytes
Versions: 1
Compression:
Stored size: 942 Bytes
Contents
# CodeRippa CodeRippa takes your source code and turns it into a beautiful PDF file. ## Installation Add this line to your application's Gemfile: gem 'code_rippa' And then execute: $ bundle Or install it yourself as: $ gem install code_rippa ## Usage $ Usage: code_rippa [options] file_or_directory $ -l, --list-themes List all available themes $ -t, --theme THEME Selected theme $ -n, --list-syntax List all available syntax $ -s, --syntax SYNTAX Selected syntax $ -x, --excluded-exts E1,E2,EN Exclude these extensions when processing $ -h, --help Display this screen ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
code_rippa-0.0.1 | README.md |