- Clone this repository into
$GOPATH/src/deis
git clone https://github.com/sgoings/makeup.git
- Install
makeup
into your PATH
make install
- 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
- Run the init command
makeup init
- Add makeup kits using the
add
command (uses similar syntax asgo get
)
makeup add github.com/sgoings/makeup-bag-deis
- 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
- Run
make info
!
makeup helps you create prettier makefiles