Get Hedhog updates in your inbox
New releases, fresh recipes, and breaking changes — no spam.
hedhog dev create-library
Generates the scaffold of a new local library for development.
Usage
hedhog dev create-library <name>
hedhog dev create-library menu
hedhog dev create-library -n menu -f
hedhog dev create-library menu -s -v
Flags
| Flag | Description |
|---|---|
-n, --name <name> | Library name |
-f, --force | Creates it even if the library already exists |
-v, --verbose | Shows detailed logs |
-s, --skip-install | Skips dependency installation |
Why use it
- Creates the initial structure of a new library in the workspace.