Sha256: 0be9b1126b1aef1930008a55a8e9ecbe2b980d26cedce43b978e73caab36f51e

Contents?: true

Size: 813 Bytes

Versions: 6

Compression:

Stored size: 813 Bytes

Contents

# 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.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
techbook-0.2.3 README.md
techbook-0.2.2 README.md
techbook-0.2.1 README.md
techbook-0.2.0 README.md
techbook-0.1.2 README.md
techbook-0.1.1 README.md