Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 502 Bytes

task_runners.md

File metadata and controls

16 lines (10 loc) · 502 Bytes

Task runners

General

Task runners are tools that will let you create commands for common tasks like copying files, running tests, removing old files or start the server.

It is very common that a big project has a task-runner of some sort.

The following task runners are at the time of writing this document the most common:

back