Skip to content

sgoings/makeup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

makeup helps you create prettier makefiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published