Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 471 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 471 Bytes

Demo: Advice Slip

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