dartbook 1.2.1
dartbook: ^1.2.1 copied to clipboard
A dart implementation of gitbook-cli for guys who loves writing.
Dartbook is a dart implementation of gitbook-cli for guys who loves gitbook!
Installation #
$ dart pub global activate dartbook
$ export PATH=$PATH:~/.pub-cache/bin
Create a book #
set up a boilerplate book:
$ dartbook init
Preview and serve your book using:
$ dartbook serve
Build the static website using:
$ dartbook build
Show what have changed in one document:
$ dartbook diff [file1] [file2] ...
Nearly same with gitbook!