Many projects need to run arbitrary commands and tasks.
In some projects, this is done by creating commands within an IDE such as JetBrains Intellij or VS Code for common tasks such as running tests or building a project.
JavaScript and TypeScript projects can use:
Depending on familiarity with the tools, the simplest task runners are:
- shell scripts
- Makefiles
Other task runners:
Top comments (0)