Open GeekEast opened 5 years ago
https://geekeast.github.io/createmarkdowntoc.html
Pre: npm & yarn Init npm init -y Install yarn add --dev husky doctoc Appednd package.json 12345"husky": { "hooks": { "pre-commit": "yarn doctoc README.md --github --title \"## Tabl
"husky": { "hooks": { "pre-commit": "yarn doctoc . --github --title \"## Table Of Content\" && git add -A" } }
https://geekeast.github.io/createmarkdowntoc.html
Pre: npm & yarn Init npm init -y Install yarn add --dev husky doctoc Appednd package.json 12345"husky": { "hooks": { "pre-commit": "yarn doctoc README.md --github --title \"## Tabl