Task Runners for Projects

  • Автор темы Автор темы Lomanu4
  • Дата начала Дата начала

Lomanu4

Команда форума
Администратор
Ofline
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:


Other task runners:

  • just, stores tasks in a file similar to Makefile format, has CLI completion support and loads .env files
  • mise, task runner that uses TOML files or standalone files

Читать далее...
 
Назад
Сверху Снизу