{"id":18657674,"url":"https://github.com/niloysikdar/neoenv","last_synced_at":"2025-04-11T18:31:37.540Z","repository":{"id":61041814,"uuid":"536208748","full_name":"niloysikdar/neoenv","owner":"niloysikdar","description":"🔐 Lightweight, zero-dependency, new generation module for hassle free, clean, typed and safe environment variables management for modern developers 🔥 Supercharge your .env using neoenv with more advanced controls and powers ☄️🚀","archived":false,"fork":false,"pushed_at":"2023-05-28T15:55:24.000Z","size":323,"stargazers_count":41,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T17:09:28.193Z","etag":null,"topics":["autocomplete","environment-variables","hacktoberfest","hacktoberfest-accepted","hacktoberfest2022","intellisense","javascript","neoenv","nodejs","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/neoenv","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/niloysikdar.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-13T16:13:06.000Z","updated_at":"2024-03-25T04:31:47.000Z","dependencies_parsed_at":"2024-11-07T07:42:47.072Z","dependency_job_id":null,"html_url":"https://github.com/niloysikdar/neoenv","commit_stats":{"total_commits":47,"total_committers":2,"mean_commits":23.5,"dds":"0.14893617021276595","last_synced_commit":"c40b3a06b3619ba508460ec2e75e0a23d628f5ed"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niloysikdar%2Fneoenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niloysikdar%2Fneoenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niloysikdar%2Fneoenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niloysikdar%2Fneoenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niloysikdar","download_url":"https://codeload.github.com/niloysikdar/neoenv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358634,"owners_count":21090407,"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":["autocomplete","environment-variables","hacktoberfest","hacktoberfest-accepted","hacktoberfest2022","intellisense","javascript","neoenv","nodejs","typescript"],"created_at":"2024-11-07T07:29:27.442Z","updated_at":"2025-04-11T18:31:36.174Z","avatar_url":"https://github.com/niloysikdar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# neoenv\n\n### Supercharge your .env using `neoenv` with more advanced controls and powers ☄️🚀\n\nNeoenv is a lightweight, zero-dependency, new-generation module for hassle-free, clean, typed and safe environment variables management for modern developers. 🔐🔥\nIt loads environment variables from a `.env` file into [`process.env`](https://nodejs.org/docs/latest/api/process.html#process_process_env) and automatically generates a configuration object based on the keys with a single command. 🤯\nNow, you'll be able to access the environment variables based on your `.env` file in a type-safe way with some nice IntelliSense and autocomplete. 🤩\nAnd guess what? It supports both JavaScript and TypeScript. 🎉\n\nCheck the [Configuration section](#configuration-options-and-flagsarguments) for more details on how to configure and use it according to your needs of the project. 🤓\n\nFind the npm package [here](https://www.npmjs.com/package/neoenv)\n\n\u003cp\u003e\n  \u003ca href=\"https://www.npmjs.com/package/neoenv\"\u003e\u003cimg src=\"https://badge.fury.io/js/neoenv.svg\" alt=\"npm version\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n#### Star the [GitHub repo](https://github.com/niloysikdar/neoenv) to keep the developer motivated 🥺✨\n\n## Why neoenv? 🤔\n\nFind out here ([why-neoenv.md](https://github.com/niloysikdar/neoenv/blob/main/docs/why-neoenv.md)) what problems [neoenv](https://www.npmjs.com/package/neoenv) is solving and why it should be used in your project.\n\n## Installation\n\n**Using npm**\n\n```bash\nnpm i neoenv\n```\n\nor\n\n```bash\nnpm install --save neoenv\n```\n\n**Using Yarn**\n\n```bash\nyarn add neoenv\n```\n\n## Usage\n\nCheck the [Usage Doc](https://github.com/niloysikdar/neoenv/blob/main/docs/usage.md) for more details on how to easily use `neoenv` in your project.\n\n## Configuration, Options, and Flags/Arguments\n\nFor more information about configuring and using `neoenv`, see the [Configuration Section](https://github.com/niloysikdar/neoenv/blob/main/docs/usage.md#configuration-options-and-flagsarguments).\n\n## Bugs and Features\n\nSee the [issues](https://github.com/niloysikdar/neoenv/issues) for a list of proposed features (and known issues). Feel free to raise new issues.\n\n## License\n\nDistributed under the MIT License. See [LICENSE](https://github.com/niloysikdar/neoenv/blob/main/LICENSE) for more information.\n\n## Author\n\n**Niloy Sikdar**\n\n- [niloysikdar30@gmail.com](mailto:niloysikdar30@gmail.com)\n- [GitHub](https://github.com/niloysikdar)\n- [Twitter](https://twitter.com/niloysikdar_)\n- [LinkedIn](https://www.linkedin.com/in/niloysikdar)\n\nI hope you liked this package and found it useful. Star the [GitHub repo](https://github.com/niloysikdar/neoenv) if you liked it 🙏\nFeel free to open an issue or create a pull request if you have any questions, suggestions or feedback. 🙌\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniloysikdar%2Fneoenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniloysikdar%2Fneoenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniloysikdar%2Fneoenv/lists"}