- Docs
- cli
Flexi CLI
Command-line tool for managing Flexiwind components and streamlining development workflow.
Flexiwind CLI is a powerful command-line tool developed by us to help you manage Flexiwind components and streamline your development workflow.
Installation
Shell
composer require --dev unoforge/flexiwind-cli
Or visit the GitHub repository for more installation options:
Flexiwind CLIAvailable Commands
Add Components
Add Flexiwind components to your project:
Shell
php artisan flexi:add [component-name]
Examples:
Shell
php artisan flexi:add button pagination modal
Features
- Component Management: Easily add, update, and manage Flexiwind components
- Dependency Resolution: Automatically handles component dependencies
- Version Control: Track and manage component versions
- Interactive Interface: User-friendly command-line interface
- Integration: Seamless integration with Laravel projects
Development
Flexiwind CLI is actively developed and maintained by us. The CLI tool is designed to complement the Flexiwind component library and provide a smooth development experience.
For bug reports, feature requests, or contributions, please visit the GitHub repository:
Flexiwind CLI