An open API service indexing awesome lists of open source software.

https://github.com/articulate/docker-envhandlebars


https://github.com/articulate/docker-envhandlebars

Last synced: 2 months ago
JSON representation

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
```