gen-mdbook-summary 0.0.4

A tool to generate SUMMARY.md for mdbook project
gen-mdbook-summary-0.0.4 is not a library.
Visit the last successful build: gen-mdbook-summary-0.0.11

gen-mdbook-summary

Description

This is a simple tool to generate a SUMMARY.md file for a mdBook project.

Installation and Usage

quick start:

# install the tool
cargo install gen-mdbook-summary
# create a mdbook project
mkdir my-mdbook && cd my-mdbook && mdbook init
# create a ignore file for gen-mdbook-summary
echo "**/readme.md" > mdbook.ignore
# generate a summary file
gms -d src -o src/SUMMARY.md

for more usage, please check the help message:

gms --help

License

LICENSE