holmeszyx / spgen-go

Using toml to define configurations, And generating source code with it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using toml to define configurations, And generating source code with it.

Usage

create new configuration file

spgen -new config.toml

generate source code

spgen -o std config.toml
spgen -o android:kt config.toml

About

Using toml to define configurations, And generating source code with it.


Languages

Language:Go 98.0%Language:Makefile 2.0%