{"id":22121116,"url":"https://github.com/samcrosoft/dotenv-mustache","last_synced_at":"2025-07-25T13:31:50.032Z","repository":{"id":57215422,"uuid":"52279011","full_name":"samcrosoft/dotenv-mustache","owner":"samcrosoft","description":"A node package to help apply the mustache templating language to create dynamic dotenv variables","archived":false,"fork":false,"pushed_at":"2016-02-22T14:49:36.000Z","size":6,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-27T10:21:17.270Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samcrosoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-22T14:27:47.000Z","updated_at":"2017-04-13T21:47:23.000Z","dependencies_parsed_at":"2022-09-10T05:00:54.640Z","dependency_job_id":null,"html_url":"https://github.com/samcrosoft/dotenv-mustache","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcrosoft%2Fdotenv-mustache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcrosoft%2Fdotenv-mustache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcrosoft%2Fdotenv-mustache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcrosoft%2Fdotenv-mustache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samcrosoft","download_url":"https://codeload.github.com/samcrosoft/dotenv-mustache/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227391925,"owners_count":17773037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-01T14:33:55.060Z","updated_at":"2024-12-01T14:33:55.627Z","avatar_url":"https://github.com/samcrosoft.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotenv-Mustache\n\nDotenv-Mustache integrates the lovely [Mustache](http://github.com/janl/mustache.js) templating language into  [dotenv](http://github.com/motdotla/dotenv).\nThis would allow for the creation of dynamic environment variables.\n\n[![NPM version](https://img.shields.io/npm/v/dotenv-mustache.svg)](https://www.npmjs.com/package/dotenv-mustache)\n\n## Install\n\n```bash\nnpm install dotenv --save\nnpm install dotenv-mustache --save\n```\n\n## Usage\n\nAt the entry point of your application, you should require dotenv and dotenv-mustache, and call it into you code\nas follows.\n\n```js\nvar dotenv = require('dotenv')\nvar dotMustache = require('dotenv-mustache')\n\nvar myEnv = dotenv.config()\ndotMustache(myEnv)\n```\n\nSee [test/.env](./test/.env) for examples of mustache expressions in environment variables.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamcrosoft%2Fdotenv-mustache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamcrosoft%2Fdotenv-mustache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamcrosoft%2Fdotenv-mustache/lists"}