Simple, intuitive and object-oriented file and path operations, inspired by the path.py python library

olinox14 e464661636 add unit tests for ext method 2 سال پیش
src e464661636 add unit tests for ext method 2 سال پیش
tests e464661636 add unit tests for ext method 2 سال پیش
.gitignore 6526725c45 implement join and append methods 2 سال پیش
Dockerfile 6526725c45 implement join and append methods 2 سال پیش
composer.json 6526725c45 implement join and append methods 2 سال پیش
composer.lock 6526725c45 implement join and append methods 2 سال پیش
readme.md 6526725c45 implement join and append methods 2 سال پیش

readme.md

Lancer le docker

docker build -t path .

# Sur Linux
docker run -v "$(pwd)":/path --name path path

# Sous Windows
docker run -d -v "%cd%:/path" --name path path

docker exec -it path bash
composer install

Executer les tests

Se placer dans le docker, puis :

vendor/bin/phpunit .