Sha256: a4109e1962a9873401d611cfc9cce9d8d2665a69739d88591487f4c808e89406
Contents?: true
Size: 1.1 KB
Versions: 6
Compression:
Stored size: 1.1 KB
Contents
= Docify This gem allows you to render your documentation files (Rdoc/Markup/Textile) into nice-looking html files. Produced result looks similar to GitHub's README and other doc files. == Dependencies * github/markup * rdiscount * RedCloth == Installation gem install docify == Usage Usage: docify [options] FILE -l, --list List of all formats -f, --format FORMAT Render as format --no-css Disable css styling -o, --output=PATH Output file path -h, --help Show this information By default docify will write result to terminal: docify YOUR_FILE.rdoc >> ...... rendered content To save results just pass --output with filename docify YOUR_FILE.rdoc --output ~/Desktop/file.html Or use regular piping: docify YOUR_FILE.rdoc > ~/Desktop/file.html Format will be automatically detected from filename. But if you need to force your format just type: docify YOUR_FILE.rdoc --format textile Default format: Rdoc == Authors * Dan Sosedoff - http://github.com/sosedoff
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
docify-1.0.5 | README.rdoc |
docify-1.0.4 | README.rdoc |
docify-1.0.3 | README.rdoc |
docify-1.0.2 | README.rdoc |
docify-1.0.1 | README.rdoc |
docify-1.0.0 | README.rdoc |