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

olinox14 872187fda4 add tests for isFile method há 2 anos atrás
src a854fb050f add tests for atime method há 2 anos atrás
tests 872187fda4 add tests for isFile method há 2 anos atrás
.gitignore 6526725c45 implement join and append methods há 2 anos atrás
Dockerfile 6526725c45 implement join and append methods há 2 anos atrás
composer.json 6526725c45 implement join and append methods há 2 anos atrás
composer.lock 6526725c45 implement join and append methods há 2 anos atrás
readme.md 6526725c45 implement join and append methods há 2 anos atrás

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 .