@koalarx/ui-cli
v0.19.2
Published
<div align="center"> <h1>@koalarx/ui-cli</h1> <p>CLI for creating and managing Angular projects with ready-to-use UI components.</p>
Maintainers
Readme
📖 Full Documentation → koalarx.com
Installation
npm install -g @koalarx/ui-clior with bun:
bun add -g @koalarx/ui-cliCommands
kl new
Creates a new Angular project with the Koala structure and dependencies already configured.
During project creation, the CLI asks which package manager you want to use:
bunnpmyarnpnpm
You can also skip the interactive prompt by passing the --pm flag.
kl new --name meu-projeto
kl new --name my-project --pm npmkl install
Adds one or more UI components to the project.
kl install button
kl install button,loading,dropdown
kl install modal --project meu-projetokl init
Initializes an existing Angular project with the Koala structure and required tooling.
kl init
kl init --project meu-projeto
kl init --project meu-projeto --verbosekl version
Shows the installed CLI version.
kl versionDocumentation
For detailed installation guides, usage instructions, and examples for each component, visit the official documentation:
