475

CLI

Use the CLI to add hooks and helpers to your project.

init

Use the init from useverse package to initialize configuration and dependencies for a new project.

The init command installs dependencies and creates a reactuse.json config file.

npx useverse@latest init

add

Use the add command to add hooks and dependencies to your project.

npx useverse@latest add [hook]

You will be presented with a list of hooks to choose from:

Which hooks would you like to add? Space to select. A to toggle all.
Enter to submit.
 
  useActiveElement
  useAsync
  useBattery
  useBluetooth
  useBoolean
  useBreakpoints
  useBrowserLanguage
  useClickOutside
  useClipboard
  useConst

Options

Usage: useverse add [options] [hooks...]
 
add a hook to your project
 
Arguments:
  components the components to add or a url to the component.
 
Options:
  -o, --overwrite    overwrite existing files. (default: false)
  -c, --cwd          the working directory. defaults to the current directory.
  -a, --all          add all available hooks. (default: false)
  -h, --help         display help for command