Skip to content

andrianfaa/custom-hooks

Repository files navigation

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