commands.sh

mdbook

linux

Create online books by writing Markdown files.

More info →

Examples (5)

Create an mdbook project in the current directory

Create an mdbook project in a specific directory

mdbook init path/to/directory

Clean the directory with the generated book

mdbook clean

Serve a book at <http://localhost:3000>, auto build when file changes

Watch a set of Markdown files and automatically build when a file is changed

made by @shridhargupta | data from tldr-pages