Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiiagoms/pretty-print
Pretty CLI print :shell::computer:
https://github.com/thiiagoms/pretty-print
php php-cli php-printer
Last synced: 2 days ago
JSON representation
Pretty CLI print :shell::computer:
- Host: GitHub
- URL: https://github.com/thiiagoms/pretty-print
- Owner: thiiagoms
- License: mit
- Created: 2022-12-05T22:31:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T02:45:07.000Z (about 2 years ago)
- Last Synced: 2024-11-15T20:40:59.671Z (2 months ago)
- Topics: php, php-cli, php-printer
- Language: PHP
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pretty CLI Print made with PHP :elephant::shell:
- [Dependencies](#dependencies)
- [Install](#install)
- [Install as package :package:](#install-as-package-package)
### Dependencies
* PHP 8.1+
* Composer or Docker### Install
01 - Clone this repository:
```bash
$ git clone https://github.com/thiiagoms/pretty-print
```02 - Install dependencies with composer:
```bash
$ cd pretty-print
pretty-print $ composer install
```03 - Execute local example:
```bash
pretty-print $ php example.php
```### Install as package :package:
01 - Install package:
```bash
your-project $ composer require --dev thiiagoms/pretty-print
```
02 - Example:
```php