UNPKG

@tucmc/hazel

Version:
20 lines (16 loc) 623 B
# Hazel CLI Documentation CLI can be used to run or init single-file hazel script without the creation of node project. ```shell 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 ... ``` ### Commands | Command | Description | |--------------------------|------------------------------------------| | [run](commands/run.md) | run a provided single hazel script file. | | [init](commands/init.md) | init a single hazel script file. |