Make spinning up and publishing a new custom React Hook easy!
github.com/colbyfayock/use-custom-hook
How to get started
git clone https://github.com/colbyfayock/use-custom-hook [directory]
cd [directory]
yarn install && yarn setup
cd [hook-name] && npm publish
What you get
- A ready-to-use hook source
- A next.js example / demo page
- Scripts ready to compile both
Want more?
Let me know what you think this is missing.
Enjoy!
github.com/colbyfayock/use-custom-hook
Top comments (1)
I have made shadcn like cli for React custom hooks so that you can install hooks locally
use-hooks-cli.vercel.app/ pls visit it once