humblegen 0.4.0

An experimental code-generator in the vain of protobuf, but a little more humble.
Documentation
1
2
3
4
5
6
7
<section class="service">
    <h1 class="service--name"><span>Service</span> {serviceName}</h1>
    <div class="service--description">{serviceDescription}</div>
    <section class="service--routes">
        {serviceEndpoints}
    </section>
</section>