@jonpither Enjoyed your article on Sky Betting and Gaming
thanks @acron
I'd like to at some stage to gather feedback on this series - anything tweaks/changes to make more digestible etc
with cutting edge unreleased Mach, you can add this in your Machfile: mach/m2 [[aero "1.1.2"]]. This will use Boot under the covers to fetch this jar and then will add it to the clojurescript classpath Mach is running in. Because Mach now has auto require, this means you could start adding aero.core/read-config anywhere in the rest of the Machfile
basically the evil end goal is to make Mach a launchpad for running adhoc cljs tasks, sitting standing on the shoulders of giants like Lumo
evil bad laugh
Mach now has extensions 🙂
mach/import [["https://raw.githubusercontent.com/juxt/mach/master/extensions/aws.mach.edn" {profile "xxx"}] ["https://raw.githubusercontent.com/juxt/mach/master/extensions/roll.mach.edn"] ["https://raw.githubusercontent.com/juxt/mach/master/extensions/terraform.mach.edn" {aws-profile "xx" bucket "xxx" configs []}]]