Skip to content
/ tailcli Public
forked from nunomaduro/termwind

πŸƒ In short, it's like Tailwind CSS, but for the PHP command-line applications.

License

Notifications You must be signed in to change notification settings

caneco/tailcli

 
 

Repository files navigation

Termwind logo

Termwind

TailCli example

GitHub Workflow Status (master) Total Downloads Latest Version License


TermWind allows you to building unique and beautiful PHP command-line applications, using the Tailwind CSS API. In short, it's like Tailwind CSS, but for the PHP command-line applications.

Installation & Usage

Requires PHP 8.0+

Require TermWind using Composer:

composer require nunomaduro/termwind --dev

Get Started

use function TermWind\{line, render};

// Render one line...
line($message)->uppercase()->pl2()->pr2()->fontBold()->textColor('white')->bg('blue')->render();

// Render multiple lines...
render([
    line(),
    line()->width(20)->bg('red'),
    line(),
]);

TODO...

TermWind is an open-sourced software licensed under the MIT license.

About

πŸƒ In short, it's like Tailwind CSS, but for the PHP command-line applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%