CLI for scaffolding Codella components into React projects
npm install @codella-software/cliCLI tool for scaffolding Codella components into React projects.
``bash`
npm install -g @codella-software/clior
npx @codella-software/cli
Initialize a new Codella project:
`bash`
codella init my-project
Add components to your existing React project:
`bash`
cd my-project
codella add dynamic-table
- 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
All templates also available with shadcn UI styling:
- dynamic-table (shadcn)form-builder
- (shadcn)table-builder
- (shadcn)tabs-component
- (shadcn)
`bashInitialize a new project
codella init
For full documentation, visit https://CodellaSoftware.github.io/codella-utils/
MIT