Task Runners

Table of Contents

  1. Next Steps

Gulp Grunt Just mise cargo cargo-make CMake Cake

Tool File Patterns Notes
Gulp **/gulpfile.{js,mjs} Exported tasks
Grunt **/Gruntfile.js Registered tasks
Cargo **/Cargo.toml Rust build tasks
cargo-make **/{Makefile.toml,*.toml} Rust task runner (requires Cargo)
Just **/{justfile,.justfile,*.just} Command recipes
Make **/Makefile Build targets
mise **/mise.toml, **/mise.*.toml, **/mise.*.local.toml TOML tasks and file tasks
CMake **/CMakeLists.txt add_custom_target and add_executable targets
Cake Build **/*.cake Task("...") declarations; requires dotnet cake

Next Steps


© 2026 Ryan Conrad. All rights reserved.

This site uses Just the Docs, a documentation theme for Jekyll.