{"id":18764711,"url":"https://github.com/celsodias12/generate-env-example","last_synced_at":"2025-10-11T04:59:58.390Z","repository":{"id":38172839,"uuid":"482405858","full_name":"celsodias12/generate-env-example","owner":"celsodias12","description":"Generate your .env.example file in a simple and fast way, you will never have to worry about manually updating your example file of environment variables!","archived":false,"fork":false,"pushed_at":"2024-02-26T20:50:13.000Z","size":4669,"stargazers_count":8,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-09T06:47:32.832Z","etag":null,"topics":["create-env-example-file","env","env-example","generate-env-file"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/generate-env-example","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/celsodias12.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-17T02:15:22.000Z","updated_at":"2025-06-12T22:03:08.000Z","dependencies_parsed_at":"2024-02-17T15:24:53.984Z","dependency_job_id":"46566472-768c-4c64-9051-8395126a0edd","html_url":"https://github.com/celsodias12/generate-env-example","commit_stats":{"total_commits":19,"total_committers":4,"mean_commits":4.75,"dds":0.4736842105263158,"last_synced_commit":"e531e3592b6e30ba7d1dbbf103575b9881c83042"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/celsodias12/generate-env-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celsodias12%2Fgenerate-env-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celsodias12%2Fgenerate-env-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celsodias12%2Fgenerate-env-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celsodias12%2Fgenerate-env-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/celsodias12","download_url":"https://codeload.github.com/celsodias12/generate-env-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celsodias12%2Fgenerate-env-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006229,"owners_count":26084063,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["create-env-example-file","env","env-example","generate-env-file"],"created_at":"2024-11-07T18:31:12.311Z","updated_at":"2025-10-11T04:59:58.363Z","avatar_url":"https://github.com/celsodias12.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Contributors][contributors-shield]][contributors-url]\n[![MIT License][license-shield]][license-url]\n\n\u003cdiv align=\"center\"\u003e\n\n\u003ch2 align=\"center\"\u003eGenerate env example\u003c/h2\u003e\n\u003cbr /\u003e\n\n  \u003cp align=\"center\"\u003e\n    Generate your .env.example file in a simple and fast way, you will never have to worry about manually updating your example file of environment variables!\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n![Project Screen Shot][project-screenshot]\n\n\u003cbr/\u003e\n\n## Usage\n\n\u003cbr/\u003e\n\n1. Install library as dev dependencies\n\n   ```sh\n   npm i generate-env-example -D\n   ```\n\n   or\n\n   ```sh\n   yarn add generate-env-example -D\n   ```\n\n- If your environment variables file is called .env, use it like this:\n\n  ```sh\n  npx generate-env-example\n  ```\n\n- If your file is any other name, use it like this:\n  ```sh\n  npx generate-env-example env-file-name\n  ```\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\".\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n\u003c!-- shields --\u003e\n\n[contributors-shield]: https://img.shields.io/github/contributors/celsodias12/generate-env-example.svg?style=for-the-badge\n[license-shield]: https://img.shields.io/github/license/celsodias12/generate-env-example.svg?style=for-the-badge\n\n\u003c!-- URLs --\u003e\n\n[contributors-url]: https://github.com/celsodias12/generate-env-example/graphs/contributors\n[license-url]: https://github.com/celsodias12/generate-env-example/blob/master/LICENSE\n\n\u003c!-- assets --\u003e\n\n[project-screenshot]: https://raw.githubusercontent.com/celsodias12/generate-env-example/main/docs/usage-example.gif\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelsodias12%2Fgenerate-env-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcelsodias12%2Fgenerate-env-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelsodias12%2Fgenerate-env-example/lists"}