================
You can use this package as an example compilar for learnpack.
The most basic compilar must have three files:
- plugin.js: This is the entry for your plugin.
- compiler.js Exports an object with two methods:
validate
andrun
. - test.js Exports an object with two methods:
validate
andrun
.