|
|
|
|
|
by kalib_tweli
688 days ago
|
|
Makefile and docopt. No muss, no fuss. No "works on my machine" issues. I'm running a hand-rolled monorepo with ansible, terraform, and several language projects (JS/TS, Swift, Ruby) that each have a makefile to standardize entrypoints for CI/CD. Docopt is nice because it's self documenting so you can better understand how all your apps are deployed. |
|