thereisnotime / xxMake

πŸ€–πŸ–₯ Biased Makefile collection for easy operation, creation, management of various projects like Terraform, Docker, Helm and other tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xxMake

A biased Makefile collection for various use cases.

Lint Makefiles

Features

  • Autoupdate from the repository.
  • Targets to help troubleshooting, management and operation.

Goals and Philosophy

  1. Makefiles should be self-contained.
  2. Makefiles should have a help menu.
  3. Makefiles should work with Docker containers where they use third party tools (other than busybox etc.).
  4. Makefiles should can be biased if the bias implements a good practice.

Requirements

Most of the requirements are:

  • git
  • curl
  • Make
  • Docker (for some of the fancier targets)
  • grep
  • awk
  • sed

About

πŸ€–πŸ–₯ Biased Makefile collection for easy operation, creation, management of various projects like Terraform, Docker, Helm and other tools.

License:MIT License


Languages

Language:Makefile 100.0%