Skip to content

How to create a compiler extension?

Ziad El Khoury Hanna edited this page Dec 1, 2016 · 6 revisions

The compiler pack must contain at least :

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

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

List of compiler extensions

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.