Mkdev
Project page | https://eternodevir.com/projects/mkdev |
---|---|
Area | Utilities |
Domain | Containerization |
Role | Author |
Launched | January 10, 2025 |
Status | |
Core | Containerfile, Makefile |
License | GPL-3.0 |
Repository | GitHub, Sourcehut |
mkdev
is a personal collection of OCI-compliant container image boilerplates for managing isolated development environments using GNU Make.
It enables a consistent, open, and extensible workflow by using Containerfile
and Makefile
as the standard points of entry. Dependencies and tools are packaged in a custom container, providing isolation and replicability of the development environment while still integrating with the $EDITOR
on the host system.
Don't let the development dependency hell mess with your files and processes. Containerize the development environment!
— Tower Guardian, in a new take.
Workflow
Check the README.md
file to find out more.