Some oss projects

A short recap of projects I released.

aggro§

aggro is tiny go utility to run npm scripts in parralel, showing their respective stdouts in a side-by-side view in your console.

Just why?§

aggro is a pure golang binary – no intrinsic npm headace. It doesn't care about your directory organisation. Just watch this beautiful alias:

alias watch='aggro watch:sass watch:local ~/src/my-js-root'

x2h§

x2h is a command line utility to convert YAML to HOCON

If you want to convert multiple files from yaml to hocon, this tool might be for you 😄

If you just want to convert a single file, you might be better off just doing c'&p'ing stuff and editing afterwards.

Comments