-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9e1711
commit aba4d84
Showing
2 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,28 @@ | ||
# Mustache | ||
<p align="center"> | ||
<img src=".github/readme/logo.png" width="192" alt="logo" /> | ||
</p> | ||
|
||
Dockerizing our Golang applications under *Mustache*. | ||
<h1 align="center"> | ||
Mustache | ||
</h1> | ||
|
||
<p align="center"> | ||
<img src="https://img.shields.io/badge/Shell-1.0.0-ADD8?style=for-the-badge&logo=shell" alt="bash version" /> | ||
<img src="https://img.shields.io/badge/Docker-3.9-66ADD8?style=for-the-badge&logo=docker" alt="go version" /> | ||
<img src="https://img.shields.io/badge/Version-1.0.0-informational?style=for-the-badge&logo=none" alt="version" /> | ||
</p> | ||
|
||
Dockerize your Golang applications under *Mustache*. | ||
|
||
A fast, safe, dynamic way to create dockerfiles for you golang applications. | ||
|
||
## How to use? | ||
Clone the repository: | ||
```shell | ||
git clone https://github.com/amirhnajafiz/mustache.git | ||
``` | ||
|
||
## Examples | ||
Start script: | ||
```shell | ||
./bin/mustache | ||
``` |