Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/namankumar80510/clipro
- Owner: namankumar80510
- License: gpl-3.0
- Created: 2024-06-06T13:03:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T13:24:20.000Z (6 months ago)
- Last Synced: 2024-07-11T18:20:38.883Z (4 months ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.