elegant-bro/arrayee

0.1.5 2022-08-24 10:54 UTC

README

Build Status Coverage Status

Work with arrays in elegant way

For contributors

Pass all tests locally before create pull request.

Build test container and run all tests

make all

Other commands

# build the Dockerfile
make build 
# install composer requirements
make install
# enter to container shell
make shell
# style check
make style-check
# run unit tests
make unit
# ensure coverage is 100%
make coverage