@expcat/tigercat-cli
v1.0.7
Published
CLI tooling for Tigercat UI library — project scaffolding, component generation, and more
Downloads
352
Maintainers
Readme
@expcat/tigercat-cli
CLI tooling for the Tigercat UI component library.
Installation
pnpm add -g @expcat/tigercat-cli
# or
npx @expcat/tigercat-cliCommands
tigercat create <name>
Create a new project with Tigercat pre-configured.
tigercat create my-app --template vue3
tigercat create my-app --template reacttigercat add <component>
Add a component to your project with import boilerplate.
tigercat add Button
tigercat add Form Input Select DatePickertigercat playground
Launch an interactive playground for testing components.
tigercat playground
tigercat playground --template reacttigercat generate docs
Generate API documentation from component type definitions.
tigercat generate docs
tigercat generate docs --output ./docs/apiLicense
MIT
