Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jigar-dhulla/command-line-generator
- Owner: jigar-dhulla
- Created: 2022-10-13T17:06:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T12:55:52.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T20:48:37.377Z (about 2 months ago)
- Language: PHP
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).