dartbook 1.2.1 copy "dartbook: ^1.2.1" to clipboard
dartbook: ^1.2.1 copied to clipboard

A dart implementation of gitbook-cli for guys who loves writing.

example/example.md

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!

2
likes
160
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A dart implementation of gitbook-cli for guys who loves writing.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

args, collection, dartbook_theme_default, diff_match_patch, glob, html, jinja, json_schema, markdown, path, shelf, shelf_static

More

Packages that depend on dartbook