use-hooks-library
v0.1.7
Published
A CLI tool to quickly add fully typed, production-ready React and TypeScript hooks into your project.
Readme
use-hooks-library
A CLI tool to quickly add fully typed, production-ready React and TypeScript hooks into your project.
Hooks are copied directly into your /utils/hooks/ folder — no hidden node_modules, fully editable and customizable.
Install
pnpm dlx use-hooks-library add <hook-name>Commands
pnpm dlx use-hooks-library add useTryCatchAsync– Copies the hook into your/utils/hooksfolder.
Currently Available Hooks:
useTryCatchAsyncuseLogger
