Skip to content

niceEli/make-help

Repository files navigation

MakeMan

An Opinionated GNU Make Help System

It's man(1) But For Make Projects

Usage

.PHONY: help

help: 
    npx makeman help.yaml ${TARGET}
make help

make help TARGET=build

💝 This package was templated with create-typescript-app using the Bingo framework.