Render mustache templates with environment variables.
npm install --global mustachenv
$ 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.
MIT