Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/minicli/advice-slip

Composer bin command demo using the advice slip API
https://github.com/minicli/advice-slip

Last synced: 6 days ago
JSON representation

Composer bin command demo using the advice slip API

Awesome Lists containing this project

README

        

# 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

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

## Install this on an existing project

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