No commit activity in last 3 years
No release in over 3 years
CLI interface for softcover.io
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 3.2.16
~> 0.8.5
~> 1.3.2
~> 1.3.1
~> 0.7.1
~> 0.4.2
~> 1.6.0
~> 1.0.beta2
~> 0.4.2
~> 0.9.3
~> 1.6.7
~> 2.0.6
~> 1.4.4
~> 1.6.1
~> 0.18.1
 Project Readme

Softcover

Build Status Coverage Status

Softcover is an ebook typesetting system for technical authors. This is the main gem, softcover, which depends on polytexnic to convert Markdown or PolyTeX input to HTML and LaTeX, and thence to EPUB, MOBI, and PDF. Authors can use Softcover to publish and optionally sell the resulting ebooks (as well as associated digital goods such as screencasts) on the Softcover publishing platform.

For more details about Softcover, see The Softcover Book.

Installation

$ gem install softcover

Usage

Run

$ softcover help

for a list of supported commands.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request