Building a Kit
- Create a folder whose name will be the kit id followed by
.wak
. Use the same rules as for PHP names : at least a letter followed by letters, digits or underscores (_). - Put inside this folder all the library files ot include. You can use subfolders if you wish. You can also create subkits which may be targeted individually. Just follow the same naming rules as for any kit and to put them at the root of their parent kit.
- Create at the root of the kit a file named
wak.ini
, and list inside every kits resources and dependancies.
This is for library kits. You can also define a custom class for your kit and/or add some Tools. Source files for their classes will have to be either included by the kit, or by other kits listed as dependancies.