Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 358 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 358 Bytes

Onix

A lightweight code generation tool.

When you are writing some repeat code, you feels tired, and then write down the template and schema, use Onix to generate the code.

Onix Components

  • onix-core. The code generation framework. Provide API to do generation work.
  • onix-cli. Command line interface to use onix.
  • onix-web. Web app to use onix.