olxbr / make-snippets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Snippets

A collection of Makefiles that helps in various tasks:

  • building docker images
  • deploying docker images
  • creating AWS CloudFormation stacks

Architecture

Move along, nothing to see here.

Application Checklist

Move along, nothing to see here.

Configuring project

First things first

git submodule sync --recursive

git submodule update --init --recursive

How to Run

This project was not meant to be run alone. It is used together with other projects, usually as a git submodule.

Bellow are the list of the currently implemented Makefiles:

How to Test

No tests currently implemented

How to Deploy

Not meant to be deployed

About


Languages

Language:Makefile 97.3%Language:Shell 2.7%