@codella-software/cli
v2.3.1
Published
CLI for scaffolding Codella components into React projects
Maintainers
Readme
@codella-software/cli
CLI tool for scaffolding Codella components into React projects.
Installation
npm install -g @codella-software/cli
# or
npx @codella-software/cliQuick Start
Initialize a new Codella project:
codella init my-projectAdd components to your existing React project:
cd my-project
codella add dynamic-tableAvailable Templates
Base Templates
dynamic-table- Native HTML table with sorting and filteringform-builder- Multi-step form with validationtable-filters- Advanced filtering for tablestabs-component- Tab navigation componentdocument-tabs- Document-style tabs
shadcn Templates
All templates also available with shadcn UI styling:
dynamic-table(shadcn)form-builder(shadcn)table-builder(shadcn)tabs-component(shadcn)
Commands
# Initialize a new project
codella init <project-name>
# Add a component to your project
codella add <template-name>
# List available templates
codella list
# Show help
codella helpDocumentation
For full documentation, visit https://CodellaSoftware.github.io/codella-utils/
License
MIT
