https://github.com/articulate/docker-envhandlebars
https://github.com/articulate/docker-envhandlebars
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/articulate/docker-envhandlebars
- Owner: articulate
- License: mit
- Created: 2016-12-28T21:21:12.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T12:25:38.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T22:02:14.395Z (over 1 year ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/articulate/envhandlebars
- Size: 10.7 KB
- Stars: 0
- Watchers: 56
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker container that hosts envhandlebars
This is a simple docker container wrapper around https://www.npmjs.com/package/envhandlebars
## Usage:
For the simpliest example, just run:
```
$ echo "Hello {{NAME}}" | docker run -i -e NAME=world articulate/envhandlebars
Hello world
```