Categorygithub.com/lorenzophys/maki
repositorypackage
0.3.3
Repository: https://github.com/lorenzophys/maki.git
Documentation: pkg.go.dev

# README

maki

Maki (Make but Interactive) is a small utility to help you select the targets of you Makefile.

user@laptop:~$ maki -h
Usage: maki [OPTIONS]

        Run make targets in interactive mode.

Options:
-f            The makefile name.
-h, --help    Show this message and exit.

Installation

Homebrew

user@laptop:~$ brew install lorenzophys/maki/maki

Binary

The full list of the available binaries can be found here.

How it works?

The logic behind maki can be found in this StackOverflow answer.

Usage example

makisample

License

This project is licensed under the MIT License - see the LICENSE file for details.