Axel Rauschmayer on Nostr: If you need a *simple* task runner (think a few aliases for shell commands): What do ...
If you need a *simple* task runner (think a few aliases for shell commands): What do you use?
I’m switching between the following two but was wondering what else is out there:
1. make (Makefile)
2. npm run (package.json)
Benefit of #2 is support for cross-platform commands (e.g. via shx) and locally installed packages.
I’m switching between the following two but was wondering what else is out there:
1. make (Makefile)
2. npm run (package.json)
Benefit of #2 is support for cross-platform commands (e.g. via shx) and locally installed packages.