Logotipo Hedhog

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

FlagDescription
-n, --name <name>Library name
-f, --forceCreates it even if the library already exists
-v, --verboseShows detailed logs
-s, --skip-installSkips dependency installation

Why use it

  • Creates the initial structure of a new library in the workspace.