Crates.io | adbook |
lib.rs | adbook |
version | 0.1.14 |
source | src |
created_at | 2020-10-25 15:33:05.111096 |
updated_at | 2021-12-26 07:51:55.719054 |
description | Creates a book from AsciiDoc files |
homepage | |
repository | https://github.com/toyboot4e/adbook |
max_upload_size | |
id | 305312 |
size | 635,682 |
adbook
is a tool for building book-like web pages
The name came from mdBook.
A demo site is avaiable here.
The source files of the demo is here.
After installing Rust, adbook
is avaiable via crates.io:
$ cargo install adbook # -> `$HOME/.cargo/bin`
Make sure
$HOME/.cargo/bin
is added to yourPATH
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