Forrest logo
back to context overview

mdbook

List of commands for mdbook:

  • mdbook:tldr:03a01 mdbook: Watch a set of Markdown files and automatically build when a file is changed.
    $ mdbook watch
    try on your machine
    explain this command
  • mdbook:tldr:5ff64 mdbook: Clean the directory with the generated book.
    $ mdbook clean
    try on your machine
    explain this command
  • mdbook:tldr:babce mdbook: Serve a book at `http://localhost:3000`, auto build when file changes.
    $ mdbook serve
    try on your machine
    explain this command
  • mdbook:tldr:cc6cc mdbook: Create a mdbook project in the current directory.
    $ mdbook init
    try on your machine
    explain this command
back to context overview