Metadata-Version: 2.1
Name: make.bat
Version: 0.1.0
Summary: A Docker and AWS utility package
Home-page: https://github.com/javanile/make.bat
Author: Francesco Bianco
Author-email: bianco@javanile.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.6, <4
Description-Content-Type: text/markdown

# make.bat

## Requirements

* Docker for Windows: https://docs.docker.com/docker-for-windows/install/ 

## Installation

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

## Usage

As a standard GNU Make simply you  

```cmd
C:\Users\SamSepiol\MrProject> make 
```

## Documentation

## Alternative installation

### NodeJS

#### Requirements

* Docker for Windows: https://docs.docker.com/docker-for-windows/install/ 
* NodeJS for Windows: https://nodejs.org/en/download/

#### Installation

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

### Manual setup

```
%USERPROFILE%\AppData\Local\Microsoft\WindowsApps
```

## Development

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


