CLI can be used to run or init single-file hazel script without the creation of node project.
hazel --help
Usage: hazel [options] [command]
An example CLI for managing a directory
Options:
-V, --version output the version number
-h, --help display help for command
...| Command | Description |
|---|---|
| run | run a provided single hazel script file. |
| init | init a single hazel script file. |