{"id":15629295,"url":"https://github.com/wenderjean/checkdotenv","last_synced_at":"2025-04-29T09:58:14.995Z","repository":{"id":57197605,"uuid":"75184612","full_name":"wenderjean/checkdotenv","owner":"wenderjean","description":"Verify environment variables presence for Node JS.","archived":false,"fork":false,"pushed_at":"2017-09-03T04:15:30.000Z","size":16,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-29T09:58:09.197Z","etag":null,"topics":["checker","dotenv","env","environment-variables"],"latest_commit_sha":null,"homepage":"","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/wenderjean.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-11-30T12:24:45.000Z","updated_at":"2022-06-13T20:01:43.000Z","dependencies_parsed_at":"2022-09-16T13:10:50.344Z","dependency_job_id":null,"html_url":"https://github.com/wenderjean/checkdotenv","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenderjean%2Fcheckdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenderjean%2Fcheckdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenderjean%2Fcheckdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenderjean%2Fcheckdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wenderjean","download_url":"https://codeload.github.com/wenderjean/checkdotenv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251480071,"owners_count":21596016,"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":["checker","dotenv","env","environment-variables"],"created_at":"2024-10-03T10:26:33.355Z","updated_at":"2025-04-29T09:58:14.978Z","avatar_url":"https://github.com/wenderjean.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `checkdotenv`\n[![npm version](https://badge.fury.io/js/checkdotenv.svg)](https://www.npmjs.com/package/checkdotenv)\n[![Dependency Status](https://gemnasium.com/badges/github.com/wenderjean/checkdotenv.svg)](https://gemnasium.com/github.com/wenderjean/checkdotenv)\n[![Build Status](https://semaphoreci.com/api/v1/wjsf/checkdotenv/branches/master/badge.svg)](https://semaphoreci.com/wjsf/checkdotenv)\n\nIt's a project intended to verify if all environment variables previously wrote in the recipe are already set in `process.env`.\n\n## Dependencies\n\n```bash\nNode 6.4.0+\n```\n\n## Install\n\n```bash\nnpm install checkdotenv --save\n```\n\n## Usage\n\nFirst, define a file `.env.example` in your project root and then put the line below in top the entry file of your application.\n\n```bash\nrequire('checkdotenv').check();\n```\n\n## Options\n\nBy default `checkdotenv` will looking for a recipe called `.env.example` but `check` method may receive a parameter to change that filename.\n\n```bash\nrequire('checkdotenv').check('yourfilename');\n```\n\n## Test\n\n```bash\nnpm run test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwenderjean%2Fcheckdotenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwenderjean%2Fcheckdotenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwenderjean%2Fcheckdotenv/lists"}