@bradgarropy/plop-generator-react-hook
v1.1.1
Published
π§ plop generator react hook
Maintainers
Readme
π§ plop generator react hook
A plop generator for react hooks.
π¦ Installation
This package is hosted on npm.
npm install --save-dev @bradgarropy/plop-generator-react-hookπ₯ Usage
First, be sure you have plop installed. Then, add the following line to your plopfile.js.
plop.load("@bradgarropy/plop-generator-react-hook")Now you'll have access to the hook generator as shown below.
plop hookThe hook generator scaffolds a hook, including tests, and adds it to the index.ts file for easy importing. The resulting directory looks like this for a hook named useHook.
src
βββ hooks
βββ index.ts
βββ useHook
βββ index.ts
βββ useHook.tsx
βββ useHook.test.tsxβ Questions
π report bugs by filing issues
π’ provide feedback with issues or on twitter
ππΌββοΈ use my ama or twitter to ask any other questions
