Skip to content

How to create a compiler extension?

Ethan Lai edited this page Oct 31, 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

  1. Create a zip file.
  2. Add, to the zip, all files:
    • node_mudules
    • dust.png
    • DustCompiler.js
    • LICENSE
    • package.js
  3. Rename zip to NAME.koala-compiler.
  4. Drag-n-Drop NAME.koala-compiler on Koala, and it should install it.