nuvo / skbn

Copy files and directories between Kubernetes and cloud storage
Apache License 2.0
72 stars 75 forks source link

Replace make with mage #23

Open mcandre opened 3 years ago

mcandre commented 3 years ago

Can we please implement the build system with mage? mage provides stronger cross-platform guarantees, by parsing the build steps as pure Go code rather than sh/bat interpreted code.

https://magefile.org/