diff --git a/Makefile b/Makefile index 0707225..fe0f3eb 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ distro: ## Generates distribution vendor/bin/phpdoc mkdir -p distro/doc cp -r doc/api distro/doc + cp -r res/boilerplate.php distro/libpairtwo.php cd distro && zip -r ../libpairtwo-distro * cs: ## Fixes coding standard problems diff --git a/res/boilerplate.php b/res/boilerplate.php new file mode 100644 index 0000000..66d06f9 --- /dev/null +++ b/res/boilerplate.php @@ -0,0 +1,12 @@ +read('your pairing-file.sws'); + +// From here on you can start. Please use the examples on https://github.com/jeroened/libpairtwo/wiki +// You can also use the doc/api folder to get all possible methods and fields