A CLI for adding hooks to your project.
Use the init
command to initialize configuration and dependencies for a new project.
The init
command configures the project.
npx scriptkavi-hooks init
Use the add
command to add hooks to your project.
The add
command adds a hook to your project and installs all required dependencies.
npx scriptkavi-hooks add [hook]
npx scriptkavi-hooks add debounce
You can also run the command without any arguments to view a list of all available components:
npx scriptkavi-hooks add
Visit https://hooks.scriptkavi.com/docs/cli to view the documentation.
Licensed under the MIT license.