
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 watchtry on your machineexplain this command
-
mdbook:tldr:5ff64 mdbook: Clean the directory with the generated book.$ mdbook cleantry on your machineexplain this command
-
mdbook:tldr:babce mdbook: Serve a book at `http://localhost:3000`, auto build when file changes.$ mdbook servetry on your machineexplain this command
-
mdbook:tldr:cc6cc mdbook: Create a mdbook project in the current directory.$ mdbook inittry on your machineexplain this command