Created Package build plugin (markdown)

Dan Cryer 2013-10-17 03:06:52 -07:00
parent 8e63c3c20c
commit 86813e7faf

7
Package-build-plugin.md Normal file

@ -0,0 +1,7 @@
Builds a tar or zip archive of your build and places it in a directory of your choosing.
### Configuration Options:
* **directory** - Required - Directory in which to put the package file.
* **filename** - Required - File name for the package.
* **format** - Required - `tar` or `zip`