1. Docs
  2. 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:

Shell
composer global require unoforge/flexi-cli

Or visit the GitHub repository for more installation options:

https://github.com/unoforge/flexi-cli

Available Commands

Add Components

Add Flexiwind components to your project:

Shell
flexi-cli add [component-name]

Examples:

Shell
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-cli

Requirements

Before using Flexi CLI, ensure you have Composer installed: