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
# create a mdbook project
&& &&
# create a ignore file for gen-mdbook-summary
# generate a summary file
# serve the mdbook,and then visit http://localhost:3000
for more usage, please check the help message:
and the examples directory.