Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 313 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 313 Bytes

require-docs-js

Husky hook for requiring name-indexed doc files.

Installation

First, install husky and init it using npx:

npm i husky && npx husky init && npm run prepare

Then, install require-docs and add the hook to husky configs:

npm i require-docs && npx require-docs init-hook