https://github.com/zzzsochi/docker-mo
Mustache Templates in Bash with Docker
https://github.com/zzzsochi/docker-mo
bash docker mustache templates
Last synced: 2 months ago
JSON representation
Mustache Templates in Bash with Docker
- Host: GitHub
- URL: https://github.com/zzzsochi/docker-mo
- Owner: zzzsochi
- Created: 2018-12-23T20:14:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-23T20:31:01.000Z (over 7 years ago)
- Last Synced: 2025-07-07T08:48:06.661Z (12 months ago)
- Topics: bash, docker, mustache, templates
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mustache Templates in Bash with Docker
Everything is better with Docker.
This project dockerize the [MO](https://github.com/tests-always-included/mo).
## Usage
$ echo '{{HELLO}}' | docker run -i --rm -e HELLO=WORLD! zzzsochi/mo
WORLD!
## Build
$ docker build -t my-mo .
## Why?
I need this for use as step in [drone](https://drone.io).