Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 473 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 473 Bytes

Yapura

Yapura, is a DSL for specifying object models and services. With a single definition file, generators will create code in your language, complete with proper serialization of datatypes.

Installation

Install it with:

$ gem install yapura

Usage

To test it out, run

$ yapura examples/simple_definition.rb ruby 

to see ruby code dumped to your console. Pipe it to a file to save it.

Contributing

We need more types and more languages!