Scripting software & tools
The editors, IDEs, runtimes, and utilities that pair well with the scripts on this site — curated, not hosted. Each link goes to the official source.
๐๏ธ Build & Task Automation
Bazel
Google's fast, scalable, multi-language build and test tool.
CMake
Cross-platform build system generator used widely in C/C++ projects.
GNU Make (for Windows)
Classic build automation tool driven by Makefiles.
Grunt
JavaScript task runner for automating repetitive build tasks.
Gulp
Streaming task runner/build tool for the JavaScript ecosystem.
Just
Handy command runner for saving and running project-specific commands.
MSBuild
Microsoft's build platform for .NET and Visual Studio projects.
Ninja
Small, fast build system designed to be generated by other tools like CMake.
Nx
Smart, extensible build system for monorepos.
Task
Simple, YAML-based task runner, a modern alternative to Make.
Vite
Fast frontend build tool and dev server for modern JavaScript projects.
Webpack
Popular JavaScript module bundler and build tool.