travis-south / cli-app-code-test
CLI App code test
0.2.1
2020-09-28 14:10 UTC
Requires
- php: ^7.4.10
- doctrine/annotations: ^1.10
- php-di/php-di: ^6.2
- symfony/yaml: ^5.1
- ulrichsg/getopt-php: ^3.4
Requires (Dev)
- mikey179/vfsstream: ^1.6
- mockery/mockery: ^1.4
- pds/skeleton: ^1.0
- phpunit/phpunit: ^9.3
- spatie/phpunit-watcher: ^1.22
- squizlabs/php_codesniffer: ^3.5
README
Converts your input data (csv, json, yml) to different formats (csv, json, yml). It also accepts local or remote file.
Requirement(s)
- Docker
- Docker Compose
How to use
- After cloning, run
docker-compose build
to build your env. - Run
docker-compose run --rm -T ${PWD##*/} composer install
. - Run
docker-compose run --rm -T ${PWD##*/} ./bin/cli-app
to run the application.
Contributing
Refer to CONTRIBUTING.md.