make.bat

A Docker and AWS utility package


Keywords
bash, docker, docker-compose, make, makefile, windows, windows-10
License
MIT
Install
pip install make.bat==0.1.0

Documentation

Make.bat

Lint Code Base

Make for Windows ignited by Docker

Requirements

Installation

C:\Users\SamSepiol> pip install make.bat

Usage

As a standard GNU Make simply you

C:\Users\SamSepiol\MrProject> make 

Documentation

Alternative installation

NodeJS

Requirements

Installation

C:\Users\SamSepiol> npm install -g make.bat

Manual setup

%USERPROFILE%\AppData\Local\Microsoft\WindowsApps

Development

docker run
    -v /var/run/docker.sock:/var/run/docker.sock \
    -v /usr/bin/docker:/usr/bin/docker