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