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

Maintainers

Package info

github.com/namankumar80510/clipro

Type:project

pkg:composer/dikki/clipro

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.0.3.1 2024-09-30 07:31 UTC

This package is auto-updated.

Last update: 2026-03-01 00:57:53 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.