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

olinox14 2f3e00f3ec review normPath, copy and copyTree hace 1 año
src 2f3e00f3ec review normPath, copy and copyTree hace 1 año
tests c019c190a8 review join to normCase methods hace 1 año
.gitignore 6526725c45 implement join and append methods hace 1 año
Dockerfile 6526725c45 implement join and append methods hace 1 año
TODO.txt 2f3e00f3ec review normPath, copy and copyTree hace 1 año
composer.json 5e1c71b8b3 review and add tests for 10 methods hace 1 año
composer.lock 5e1c71b8b3 review and add tests for 10 methods hace 1 año
readme.md c019c190a8 review join to normCase methods hace 1 año

readme.md

Path.php

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 :

docker start path
docker exec -it path bash
vendor/bin/phpunit .