aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2018-09-02 19:03:59 -0400
committerPaul Duncan <pabs@pablotron.org>2018-09-03 09:54:48 -0400
commitcb8f920e52c5b9473f43a107310cb6bb1ac0874b (patch)
treeb30852ad9153e84ddea292909163bb30442e7e10
parent0b7cc83ccb2a4d3450f6ff5c09b2a456b3dda2dc (diff)
downloadzipstream-php-cb8f920e52c5b9473f43a107310cb6bb1ac0874b.tar.bz2
zipstream-php-cb8f920e52c5b9473f43a107310cb6bb1ac0874b.zip
add "docs" script
-rw-r--r--.gitignore1
-rw-r--r--composer.json4
2 files changed, 5 insertions, 0 deletions
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"
]
}
}