1.0.2 • Published 4 years ago

@ifuture/listify v1.0.2

Weekly downloads
16
License
MIT
Repository
github
Last release
4 years ago

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 it true.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 YAML frontmatter block in the Markdown file.
    Front matter options title,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

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 ifuture. This project is MIT licensed.


Thanks

readme-md-generator ❤️

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago