Lona / Lona

A tool for defining design systems and using them to generate cross-platform UI code, Sketch files, and other artifacts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiler Improvements ☔

mathieudutour opened this issue · comments

There are a lot of low hanging fruits to improve the compiler:

  • use a debug helper (similar to https://www.npmjs.com/package/debug) to add some logs without polluting the output
  • add a entry point for the node package so that you can do lonac.compile(...) from NodeJS without having to shell out
  • allow passing the entire workspace via a { files: [] } map of some kind on stdin

fixed in #462