Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jigar-dhulla/command-line-generator

A simple library to generate unix command line
https://github.com/jigar-dhulla/command-line-generator

Last synced: about 1 month ago
JSON representation

A simple library to generate unix command line

Awesome Lists containing this project

README

        

# Command Line Generator

A simple library to generate unix command line.

## Requirements

PHP 8.0+

## Installation

Install the package with:

```sh
composer require jigarakatidus/command-line-generator
```

To use the bindings, load it via Autoload

```php
require_once('vendor/autoload.php');
```

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).