guangzhi1213 / brewman

Brewman in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brewman

Setup

make; ./bin/brewman

You will find your executables in bin

  • brewman - Brewery Helper

build with upx

./build.sh

Features

describe comming soon

Not Supported

  • At the moment no comments supported in recipe or config file. If you set recipe the config will be overwritten. Parser dont support preserving comments
  • Recipe Parser not support Dekoktion and has only kg as unit for malt
  • Recipe Parser not support Value Ranges in Recipe (Gaertemperatur: 20-24) and Unit "ml/l".
  • Periph.io onewire, I'm not gonna be able to get it to work. Sorry I used the files in sys

Units

  • all weight sizes are gramm
  • all time units are minutes

About

Brewman in golang

License:MIT License


Languages

Language:Go 89.4%Language:Makefile 6.3%Language:Shell 2.8%Language:Dockerfile 1.6%