Installation
For versioning reasons, it's recommended to use npx
to pull and install the executable locally, on demand. If this is not your cup of tea, you can also install the corgi
command globally.
example corgi command with npx
npx @wethegit/corgi@latest component ToggleButton
Or
Installation and usage via a global corgi command
npm install -g @wethegit/corgi@latest
# usage:
corgi component ToggleButton
Read on to learn about the specific corgi
commands for creating new projects, pages, and components.