sina-byn / re-hook

boilerplate code to publish your custom React hooks as fast as possible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

re-hook

Please consider following this project's author, Sina Bayandorian, and consider starring the project to show your ❤️ and support.

Boilerplate code to publish your custom React hooks as fast as possible 🚀

  • Fork the repository
  • start creating and writing your hooks inside ./src/hooks/
  • then export them from ./src/hooks/index.ts
  • configure package.json , .npmignore , .gitignore
  • run npm run build
  • run npm publish
  • now your package is published to npm

About

boilerplate code to publish your custom React hooks as fast as possible

License:MIT License


Languages

Language:JavaScript 55.1%Language:TypeScript 44.9%