Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 288 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 288 Bytes

My custom hooks collection

How to use

in your package.json, add this :

{
  ...
  "dependencies": {
    ...
    "@anfa/custom-hooks": "https://github.com/andrianfaa/custom-hooks/tree/package",
  },
  ...
}

then, re-install nodejs packages

$ npm install