From cb8f920e52c5b9473f43a107310cb6bb1ac0874b Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 2 Sep 2018 19:03:59 -0400 Subject: add "docs" script --- .gitignore | 1 + composer.json | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 253371d..a350c2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.sw? vendor/ +docs/ diff --git a/composer.json b/composer.json index 3d078a8..fcb6a22 100644 --- a/composer.json +++ b/composer.json @@ -34,6 +34,10 @@ "scripts": { "test": [ "phpunit --bootstrap vendor/autoload.php tests" + ], + + "docs": [ + "phpdoc -d src -t docs" ] } } -- cgit v1.2.3