From 907ddb137df5089d7369696ae52a95a6bafb7273 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Mon, 17 Jun 2019 15:23:26 +0200 Subject: [PATCH] Added boilerplate.php to distro --- Makefile | 1 + res/boilerplate.php | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 res/boilerplate.php 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