Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 349 Bytes

File metadata and controls

11 lines (7 loc) · 349 Bytes

Learnpack Sample Package

================

You can use this package as an example compilar for learnpack.

The most basic compilar must have three files:

  1. plugin.js: This is the entry for your plugin.
  2. compiler.js Exports an object with two methods: validate and run.
  3. test.js Exports an object with two methods: validate and run.