/makeup

makeup helps you create prettier makefiles

Primary LanguageGoApache License 2.0Apache-2.0

makeup

Build Status

Quickstart

  1. Clone this repository into $GOPATH/src/deis
git clone https://github.com/sgoings/makeup.git
  1. Install makeup into your PATH
make install
  1. Change to the directory that holds the project you want to add makeup into
cd <project directory> # this project must already be using git for version control
  1. Run the init command
makeup init
  1. Add makeup kits using the add command (uses similar syntax as go get)
makeup add github.com/sgoings/makeup-bag-deis
  1. In your Makefile, you'll see:
# makeup-managed:begin
include makeup.mk
# makeup-managed:end

Add the following below that section:

include .makeup/makeup-bag-deis/info.mk
  1. Run make info!

Demo

asciicast

Why the name?

makeup helps you create prettier makefiles