Install and setup docs-verify quickly
npx docs-verify-init && npm install # npm
npx docs-verify-init && yarn # Yarn 1
npx docs-verify-init --yarn2 && yarn # Yarn 2
If package.json
is in a subdirectory (e.g. not in the same directory as .git
), please see https://typicode.github.io/husky/#/?id=custom-directory or use auto-husky.