Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/minicli/advice-slip
- Owner: minicli
- License: mit
- Created: 2021-06-23T17:03:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-24T11:52:14.000Z (over 3 years ago)
- Last Synced: 2023-07-15T11:48:12.199Z (over 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```