Techbook

A simple platfform to write (better) technical books.

Installation

Install it yourself as:

$ gem install techbook

Usage

Create techinical books is never been easy. First generate files then build:

$ techbook generate your-book
$ cd your-book
$ techbook build

Any doubt just type help:

$ techbook help

Writting

Techbook uses the fabulous Asciidoctor to build awesokme html and PDF files.

Please refer to the writter's guide for more details about syntax: https://asciidoctor.org/docs/asciidoc-writers-guide/

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake test to run the tests.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/felipefontoura/techbook.