A CLI for adding hooks to your project.
There's no need to initialize anything right now. Just start adding the hooks to your project.
Use the add
command to add hooks to your project.
The add
command adds a hook to your project and install all required dependencies.
npx guara-cli add [hook]
npx guara-cli add use-window-size
You can also run the command without any arguments to view a list of all available components:
npx guara-cli add
Visit https://guarahooks.com/docs/cli to view the documentation.
Licensed under the MIT license.