Do publishing androids dream of electric sheep?
Pubrunner is a command-line tool and library that converts simple text files (e.g. novels) into distributable formats: Kindle, HTML, PDF, and Octopress.
Pubrunner uses a simplified version of Markdown, called Pubdown. Pubdown allows basic formatting, such as bold, italics and most importantly, tab-indentation aware publishing.
Install the pubrunner gem:
$ gem install pubrunner
TODO: Write usage instructions here
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request