minicli/advice-slip

0.1.0 2021-06-23 17:13 UTC

This package is auto-updated.

Last update: 2024-03-24 18:19:27 UTC


README

A demo on how to set up a Composer bin command with Minicli.

Check the tutorial at https://dev.to/erikaheidi/how-to-create-a-composer-bin-command-with-minicli-35ih.

Run this as a standalone application

git clone https://github.com/minicli/advice-slip.git
cd advice-slip
composer install
php bin/minicli advice

Install this on an existing project

composer require minicli/advice-slip
php vendor/bin/minicli advice