@ifuture/listify
v1.0.2
Published
Auto generate table of contents at full-site
Downloads
20
Readme
Auto generate table of contents
Generate and merge all directories to the specified file.
✨ Example
Install
npm install @ifuture/listify -g
Usage
listify ./
options
--out
Result out file. Default: work dir README.md--maxlevel
Header level. Default: 4--title
The Title of list--containroot
Contain root path.When linked in local,change ittrue
.Default:false
--suffix
contain file suffix in out file.Default:false
--exclude
Exclude files.
e.g.
Ignore multi file--exclude a.md --exclude b.md
Support regexp. Ignore start with_
--exclude='^_\S*'
--blog
parse YAMLfrontmatter
block in the Markdown file.
Front matter optionstitle
,publish
--package
Parent directory as the first header--single
Directories in single. Default:false--merge
Merge directories. Default:true--exclude_dir
Exclude dir.
Github actions
GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. Make code reviews, branch management, and issue triaging work the way you want.
When you push document . It will generate list of contents to specified file. Marketplace :fire:
Author
👤 ifuture
- Website: https://ifuture.pro
- Github: @ifuture-pro
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2019 ifuture. This project is MIT licensed.