Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/namankumar80510/clipro

A simple framework to build CLI apps with PHP
https://github.com/namankumar80510/clipro

Last synced: 9 days ago
JSON representation

A simple framework to build CLI apps with PHP

Awesome Lists containing this project

README

        

# CLIPRO

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.