Open the command console on Windows—or Terminal on macOS X, if you’re over 50 and still remember these things exist.
Grab the Flow binary directly using curl:
curl https://raw.githubusercontent.com/eliotmuirgrid/flow/master/flow.com --output flow.com
Because it is a cross platform binary it makes it difficult to sign it. So please do not be alarmed by the warning from the operating system.
Now, execute the binary:
> flow
Please use a supported command:
function:lua:create
function:lua:c:create
edit
function:lua:c:helper:create
music:play
lib:regenerate
function:delete
prefix:move
clean
function:c:create
build
But in the process I can now generate a lot of tedious boiler plate in terms of creating and registering Lua functions auto-magically(ish)
See LIBregister. I don't about you but I was never that excited about having to maintain all that s**t by hand. It's definitely better to have a computer generate this stuff for you.
If this works for me, I’ll tell everyone about it. Who knows—maybe you will too.