Skip to content

Commit 11d707e

Browse files
committed
docs: readme
1 parent e5dcd54 commit 11d707e

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## adhocore/cli
2+
3+
Command Line Interface utilities and helpers for PHP.
4+
5+
... a work in progress ...
6+
7+
[![Latest Version](https://img.shields.io/github/release/adhocore/cli.svg?style=flat-square)](https://github.com/adhocore/cli/releases)
8+
[![Travis Build](https://img.shields.io/travis/adhocore/cli/master.svg?style=flat-square)](https://travis-ci.org/adhocore/cli?branch=master)
9+
[![Scrutinizer CI](https://img.shields.io/scrutinizer/g/adhocore/cli.svg?style=flat-square)](https://scrutinizer-ci.com/g/adhocore/cli/?branch=master)
10+
[![Codecov branch](https://img.shields.io/codecov/c/github/adhocore/cli/master.svg?style=flat-square)](https://codecov.io/gh/adhocore/cli)
11+
[![StyleCI](https://styleci.io/repos/139012552/shield)](https://styleci.io/repos/139012552)
12+
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
13+
14+
- Command line arguments parsing made easy
15+
- Inspired by nodejs [commander](https://github.com/tj/commander.js) (thanks tj)
16+
- For PHP5.6 or new and for good
17+
18+
(*PS: It is just argv parser and not ditto commander, so spawning new commands or actions are not supported*)
19+
20+
**Bonus**: Text coloring for the cli
21+
22+
## Installation
23+
```bash
24+
composer require adhocore/cli
25+
```
26+
27+
## Usage
28+
```php
29+
# coming soon
30+
```

0 commit comments

Comments
 (0)