ttacon / autumn

Because setting up a new service should be easy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autumn

Because autumn is the best season.

Autumn is a code generation tool, currently only targeted at Go code.

Installing autumn

Binary releases

The simplest way to currently install autumn is to download the correct release from the releases tab here in GitHub.

Installing from source

To install from source, assuming that you have Go installed, you can do:

go get github.com/ttacon/autumn/cmd

Using autumn

Developing autumn

Where code lives

Autumn's directory structure is as follows:

Building autumn

You should have everything that you need in order to build autumn, simply run make from the root directory.

About

Because setting up a new service should be easy.

License:MIT License


Languages

Language:Go 95.4%Language:Makefile 4.6%