Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 534 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 534 Bytes

Weathercli

Run

Must install vendor dependencies: composer install

Make the script executable with chmod: chmod +x phpcli

To run the app: ./phpcli weather Berlin

Unit tests

Run unit tests

./vendor/bin/pest

Run with coverage

Assure that you have the needed dependencies as per https://pestphp.com/docs/coverage/ ./vendor/bin/pest --coverage

Documentation

You can find the documentation generated in ./docs. The documentation was generated using PhpDox (http://phpdox.de/)