adbook

Crates.ioadbook
lib.rsadbook
version0.1.14
sourcesrc
created_at2020-10-25 15:33:05.111096
updated_at2021-12-26 07:51:55.719054
descriptionCreates a book from AsciiDoc files
homepage
repositoryhttps://github.com/toyboot4e/adbook
max_upload_size
id305312
size635,682
toyboot4e (toyboot4e)

documentation

README

adbook

adbook is a tool for building book-like web pages

The name came from mdBook.

Demo

A demo site is avaiable here.

The source files of the demo is here.

Installation

Rust & adbook

After installing Rust, adbook is avaiable via crates.io:

$ cargo install adbook # -> `$HOME/.cargo/bin`

Make sure $HOME/.cargo/bin is added to your PATH

Ruby, Asciidoctor and Asciidoctor extensions

You need Ruby and some package manager. I'd recommend RVM.

asciidoctor and asciidoctor-diagram can be installed as gems:

$ gem install asciidoctor
$ gem install asciidoctor-diagram
Commit count: 183

cargo fmt