opendatalayer-plugin-example
v0.0.1
Published
A simple example plugin for the OpenDatalayer framework
Readme
OpenDatalayer Example Plugin
Example plugin for OpenDatalayer, used as testbed and boilerplate for plugin development.
Info
Build plugin as a CommonJS module into ./dist with
npm buildRun tests with
npm testWhy SystemJS?
Due to the horrible state of native ES6 module suport in nodejs, we need SystemJS to be able to use ES6 modules in our tests.
This will hopefully change somewhen in the future when nodejs natively supports the import syntax for modules.
