Skip to content

How to create a compiler extension?

Ethan Lai edited this page Sep 3, 2013 · 6 revisions

These files must contain at least in the compiler pack:

  • package.json
  • MyCompilerName.js
  • path-to-icon/compilerName.png

Compiler template files: https://github.com/oklai/koala/tree/master/src/app/templates/compiler

Reference

Install