Skip to content

Gerhut/mustachenv

Repository files navigation

mustachenv

Build Status Coverage Status dependencies Status devDependencies Status JavaScript Style Guide

Render mustache templates with environment variables.

Install

npm install --global mustachenv

Usage

$ mustachenv [-d|--dotenv] [-h|--help] <template> <output>

-d, --dotenv  - Import dotenv to support ".env" file.
-v, --version - Show version and exit.
-h, --help    - Display help.

template      - Mustache template file, or "-" for stdin.
output        - Render output file, or "-" for stdout.

License

MIT

About

Render mustache templates with environment variables.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published