Skip to content

articulate/docker-envhandlebars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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