Skip to content

Commit aba4d84

Browse files
committed
update: readme
1 parent c9e1711 commit aba4d84

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

Diff for: .github/readme/logo.png

8.44 KB
Loading

Diff for: README.md

+22-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
1-
# Mustache
1+
<p align="center">
2+
<img src=".github/readme/logo.png" width="192" alt="logo" />
3+
</p>
24

3-
Dockerizing our Golang applications under *Mustache*.
5+
<h1 align="center">
6+
Mustache
7+
</h1>
8+
9+
<p align="center">
10+
<img src="https://img.shields.io/badge/Shell-1.0.0-ADD8?style=for-the-badge&logo=shell" alt="bash version" />
11+
<img src="https://img.shields.io/badge/Docker-3.9-66ADD8?style=for-the-badge&logo=docker" alt="go version" />
12+
<img src="https://img.shields.io/badge/Version-1.0.0-informational?style=for-the-badge&logo=none" alt="version" />
13+
</p>
14+
15+
Dockerize your Golang applications under *Mustache*.
416

517
A fast, safe, dynamic way to create dockerfiles for you golang applications.
618

719
## How to use?
20+
Clone the repository:
21+
```shell
22+
git clone https://github.com/amirhnajafiz/mustache.git
23+
```
824

9-
## Examples
25+
Start script:
26+
```shell
27+
./bin/mustache
28+
```

0 commit comments

Comments
 (0)