Here are
2,925 public repositories
matching this topic...
Updated
May 12, 2022
Assembly
🔥 A cross-platform build utility based on Lua
A cross-platform suite of tools for building and deploying software for iOS and other platforms.
Updated
Jul 3, 2022
Makefile
Updated
Feb 24, 2021
CMake
Markdown driven task runner.
Updated
Jun 26, 2022
JavaScript
Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo.
Updated
Jun 8, 2022
Python
An R-focused pipeline toolkit for reproducibility and high-performance computing
Programmatic generation of high-quality CVs
MXE (M cross environment)
Updated
Jul 5, 2022
Makefile
Tool for generating Clang's JSON Compilation Database files for make-based build systems.
Updated
Jun 24, 2022
Python
🐳 Build a simple laravel development environment with docker-compose.
Updated
Jul 6, 2022
Makefile
Updated
Jun 9, 2022
Shell
GENie - Project generator tool
🚀 Your next Python package needs a bleeding-edge project structure.
Updated
Jul 1, 2022
Python
🎭 A CLI task runner defined by a simple markdown file
Updated
May 26, 2022
Rust
Simple automated LaTeX invoicing system
Template repository to build PyTorch projects from source on any version of PyTorch/CUDA/cuDNN.
Updated
Jul 3, 2022
Dockerfile
Enhanced GNU Make - tracing, error reporting, debugging, profiling and more
A boilerplate for flask restful web service
Updated
May 25, 2022
Python
A build tool for Erlang that just works.
Updated
Jun 10, 2022
Makefile
A template for new Python libraries.
Updated
Apr 2, 2022
Python
experimental linter/analyzer for Makefiles
A sbt plugin for creating distributable Scala packages.
Updated
Jul 1, 2022
Scala
Blueprint/Boilerplate For Golang Projects
Updated
Jan 12, 2020
Makefile
Makefile templates for different sized projects
Updated
Nov 17, 2021
Makefile
Easily manage and invoke small scripts and wrappers
Finest letter typesetting from the command line
Improve this page
Add a description, image, and links to the
makefile
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
makefile
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
When integrating with other tools (like vscode extension, or when trying to script exporting tasks to github actions) we really want to avoid having to parse the free-form output, especially as this will likely change and break integration, even between minor versions.
If we would output as JSON, we can make the parsing far more reliable and less likely to break between versions, especially as