dikki/clipro

There is no license information available for the latest version (0.0.3.1) of this package.

A simple framework to build CLI applications with PHP

0.0.3.1 2024-09-30 07:31 UTC

This package is auto-updated.

Last update: 2025-03-01 00:42:02 UTC


README

A simple framework to build CLI apps with PHP.

Installation

Via Composer

composer create-project dikki/clipro.

Usage

php app to view available commands.

php app new:command to create a new command file.

php app {command name here} any-argument-here to run commands.