{"id":18676831,"url":"https://github.com/viendinhcom/env-kit","last_synced_at":"2026-04-19T14:31:59.532Z","repository":{"id":50131605,"uuid":"250756719","full_name":"VienDinhCom/env-kit","owner":"VienDinhCom","description":"Env Kit for Node Development","archived":false,"fork":false,"pushed_at":"2021-07-06T15:20:35.000Z","size":256,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T05:06:24.687Z","etag":null,"topics":["dotenv","env","env-kit","env-kit-get","env-kit-pick","env-vars","environment","environment-variables","next","next-env","nextjs","node","node-env","nodejs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/env-kit","language":"TypeScript","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/VienDinhCom.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":"2020-03-28T09:30:17.000Z","updated_at":"2021-10-31T16:20:14.000Z","dependencies_parsed_at":"2022-08-30T14:31:20.158Z","dependency_job_id":null,"html_url":"https://github.com/VienDinhCom/env-kit","commit_stats":null,"previous_names":["maxvien/env-kit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VienDinhCom%2Fenv-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VienDinhCom%2Fenv-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VienDinhCom%2Fenv-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VienDinhCom%2Fenv-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VienDinhCom","download_url":"https://codeload.github.com/VienDinhCom/env-kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239520734,"owners_count":19652747,"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":["dotenv","env","env-kit","env-kit-get","env-kit-pick","env-vars","environment","environment-variables","next","next-env","nextjs","node","node-env","nodejs"],"created_at":"2024-11-07T09:31:13.645Z","updated_at":"2025-11-07T07:30:21.353Z","avatar_url":"https://github.com/VienDinhCom.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Env Kit for Node Development\n\n## Installation\n\n```\nnpm install --save env-kit\n```\n\n## Usage\n\n### For TypeScript\n\n```ts\nimport envKit from 'env-kit';\n```\n\n### For Node\n\n```js\nconst envKit = require('env-kit');\n```\n\n### Pick\n\nPick environment variables\n\n```ts\nconst { API_URL, API_KEY } = envKit.pick(['API_URL', 'API_KEY']);\n```\n\n### Get\n\nGet all environment variables\n\n```ts\nconst allEnvVars = envKit.get();\n```\n\nGet one environment variable\n\n```ts\nconst API_URL = envKit.get('API_URL');\nconst API_KEY = envKit.get('API_KEY');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviendinhcom%2Fenv-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviendinhcom%2Fenv-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviendinhcom%2Fenv-kit/lists"}