mdbook-start

Crates.iomdbook-start
lib.rsmdbook-start
version0.1.0
sourcesrc
created_at2024-01-16 10:17:59.414788
updated_at2024-01-16 10:17:59.414788
descriptionmdbook-starter
homepage
repository
max_upload_size
id1101478
size9,742,900
Sudo-Self (sudo-self)

documentation

README

A book from markdown files written in rust

Assuming you have rust and cargo installed

The mdbook init command will create a new directory containing an empty book.

% /Users/thatonedev/.cargo/bin/mdbook init mdbook

mdbook

init Creates the boilerplate structure and files for a new book

build Builds a book from its markdown files

test Tests that a book's Rust code samples compile

clean Deletes a built book

completions Generate shell completions for your shell to stdout

watch Watches a book's files and rebuilds it on changes

serve Serves a book at http://localhost:3000, and rebuilds it on changes

help Print this message or the help of the given subcommand(s)

Commit count: 0

cargo fmt