By: @staxmanade
Wrapper around task runners like (gulp/grunt/rake/etc...) allowing you to accidentally type the wrong starting command and still accomplish the actual task.
Let's say you are typing at the command prompt, working on a nodejs project. This project is leveraging grunt as it's task tool. You just worked on a project that used gulp and happen to type gulp test at the command.
If you have this setup, it will re-route the gulp test command over and execute grunt test instead.
Get it for: PowerShell
Get it for: Bash
| Program | Windows | Mac/Linux |
|---|---|---|
| Gradle | TODO | ✓ |
| GruntJS | ✓ | ✓ |
| GulpJS | ✓ | ✓ |
| Invoke-Build | ✓ | |
| Jake | ✓ | ✓ |
| Make | ✓ | |
| Rake | ✓ | ✓ |
| PSake | TODO | |
| Xbuild | TODO | ✓ |
| Suggest another here... |
Would love input and other sets of eyes with ideas on how to improve the tool/scripts. If you add a new tool, checkout the Contributing.md for a set of TODO's/how to run tests.
