{"id":25433474,"url":"https://github.com/broisnischal/ezyenv","last_synced_at":"2025-09-09T06:20:32.785Z","repository":{"id":276257823,"uuid":"928721811","full_name":"broisnischal/ezyenv","owner":"broisnischal","description":"A simple CLI tool to automatically generate .env.example files from your .env files.","archived":false,"fork":false,"pushed_at":"2025-02-13T09:17:04.000Z","size":39691,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T11:10:35.533Z","etag":null,"topics":["dotenv","dotenv-sample-generator","env","env-example-generator","example","generator"],"latest_commit_sha":null,"homepage":"https://l.nischal.pro/ezyenv","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/broisnischal.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-07T05:43:57.000Z","updated_at":"2025-02-13T09:17:07.000Z","dependencies_parsed_at":"2025-02-07T07:31:53.089Z","dependency_job_id":null,"html_url":"https://github.com/broisnischal/ezyenv","commit_stats":null,"previous_names":["broisnischal/ezyenv"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broisnischal%2Fezyenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broisnischal%2Fezyenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broisnischal%2Fezyenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broisnischal%2Fezyenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/broisnischal","download_url":"https://codeload.github.com/broisnischal/ezyenv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239237059,"owners_count":19605027,"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","dotenv-sample-generator","env","env-example-generator","example","generator"],"created_at":"2025-02-17T05:20:06.820Z","updated_at":"2025-02-17T05:20:07.631Z","avatar_url":"https://github.com/broisnischal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ezyenv\n\nPush `env` to github but using ezyenv which is tool to automatically generate sample env files from your existing `.env` files! making example env file, easy, intutive to share. This helps teams share environment variable templates without exposing actual credentials.\n\n## Quick Use\n\n```sh\n# npm\nnpx ezyenv\n\n# bun\nbunx ezyenv\n\n# yarn\nyarn global add ezyenv\n\n# pnpm\npnpm add -g ezyenv\n\n```\n\n## Quick Install CLI\n\n```sh\ncurl -fsSL https://l.nischal.pro/env | sudo sh\n```\n\n\n```sh\nbrew install ezyenv\n```\n\n## Features\n\n- 🚀 Automatically generates `.env.example` from `.env` files\n- 🔒 Multiple environment variable support\n- 💡 Single file support `ezyenv test.env`\n- ⚡️ Simple one-command operation\n- 🔒 Preserves structure while removing sensitive values\n- 🔒 Preserves single \u0026 Multi line comment\n- ⚡️ Remove the example files, `ezyenv rm`\n- 🚀 add the example sample ext, `ezyenv .env --sample (sample|example|eg|default)`\n\n## Usage Guide\n\nNavigate to your project directory and run:\n\n```sh\nezyenv # creates `.example` files for each env\n\nezyenv .env # specifies the file\n\nezyenv rm # removes the example files\n\nezyenv .env --sample sample # specifies the sample (sample|example|eg|default)\n\n```\n\nYour `.env` file:\n\n```env\nDB_HOST=localhost\nDB_USER=admin\nDB_PASS=super_secret_password\nAPI_KEY=1234567890\n```\n\nGenerated `.env.example`:\n\n```env\nDB_HOST=\nDB_USER=\nDB_PASS=\nAPI_KEY=\n```\n\n## Keywords\n\ndotenv-sample-generator, dotenv-eg-generator, dotenv generator, env example, env generator, env-example-generator, generate-env-example, dotenv, dotenv example, environement example\n\n\n## Uninstalling \n\n```sh\nnpm uninstall -g ezyenv \n\ncurl -fsSL https://l.nischal.pro/envdel | sudo sh\n\nbrew uninstall ezyenv\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbroisnischal%2Fezyenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbroisnischal%2Fezyenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbroisnischal%2Fezyenv/lists"}