php-textwrap is the library inspired by Python's textwrap
Only requirement:
php >= 7.2
composer require sam016/php-textwrap
-
Build the docker container
docker-compose build
-
Start the docker container
docker-compose up
Use the following command to execute inside the docker container
docker exec -it $(docker ps -aqf 'name=textwrap') bash
Use the following command inside the container to run the test cases
composer test
Use the following command from host machine to run the test cases
docker exec -it $(docker ps -aqf 'name=textwrap') composer test
Guidelines for raising the bugs:
- Please check the existing issues in the Issues section before creating a new one.
- State
- reproduction steps
- library version
- php version
- crystal clear description about issue
- did it just get too much?