https://github.com/hamdle/symfony_console
Test symfony console code from DrupalCon Vienna: Tour of the 35 Symfony Components
https://github.com/hamdle/symfony_console
Last synced: 3 months ago
JSON representation
Test symfony console code from DrupalCon Vienna: Tour of the 35 Symfony Components
- Host: GitHub
- URL: https://github.com/hamdle/symfony_console
- Owner: hamdle
- Created: 2018-03-11T03:14:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T03:27:36.000Z (over 8 years ago)
- Last Synced: 2025-01-11T05:25:59.125Z (over 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# symfony_console
Test symfony console code from DrupalCon Vienna: Tour of the 35 Symfony Components
https://www.youtube.com/watch?v=TxKkYuNmoK8
#### How to run
```
composer install
php command.php
```
#### Available commands
* greet
#### Command example
```
php command.php greet Eric --yell
```
Output: HEY ERIC