- Docs
- cli
Flexi CLI
Command-line tool for managing Flexiwind components and streamlining development workflow.
Flexi CLI is a powerful command-line tool developed by us to help you manage Flexiwind components and streamline your development workflow.
Installation
You can install Flexi CLI globally using composer:
composer global require unoforge/flexi-cli
Or visit the GitHub repository for more installation options:
https://github.com/unoforge/flexi-cliAvailable Commands
Add Components
Add Flexiwind components to your project:
flexi-cli add [component-name]
Examples:
flexi-cli 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
Flexi 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:
https://github.com/unoforge/flexi-cliRequirements
Before using Flexi CLI, ensure you have Composer installed: