React hookreact-hook

Creates a basic React hook

Usage

npx @scffld/cli@latest reg:react-hook \
  --name="Your Hook Name"

By default will output to `./src/hooks/useYourHookName.ts` - to override add `--outputDirectory=./your/hooks/path/`