zephinzer / godev

Golang development tool that supports project bootstrap, live-reload (tests + application), and auto dependency retrieval based on Go Modules
https://getgo.dev
MIT License
198 stars 30 forks source link

Maybe use Mage instead of Makefile #2

Closed ghost closed 5 years ago

ghost commented 5 years ago

Mage is a golang equivalent of Makefiles.

It's well supported too.

You can compile the mage file into an executable, so each OS host does not need any golang.

The huge advantage is that it make it easy for Windows users to use who don't have Make, and it's very idiot proof.

I started using it and never went back

zephinzer commented 5 years ago

could be an option! any idea on the amount of work this requires? i don’t normally deal much with Windows so i’m open to contributions to support it!

zephinzer commented 5 years ago

closing due to no follow ups