jigarakatidus/command-line-generator

A simple library to generate unix command line

1.0.0 2022-10-13 17:07 UTC

This package is auto-updated.

Last update: 2024-04-20 16:14:09 UTC


README

A simple library to generate unix command line.

Requirements

PHP 8.0+

Installation

Install the package with:

composer require jigarakatidus/command-line-generator

To use the bindings, load it via Autoload

require_once('vendor/autoload.php');

License

The gem is available as open source under the terms of the MIT License.