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

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/dikki/clipro

0.0.3.1 2024-09-30 07:31 UTC

This package is auto-updated.

Last update: 2025-09-29 03:14:42 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.