{"id":21365851,"url":"https://github.com/seanghay/sync-env-example","last_synced_at":"2025-08-23T04:06:47.211Z","repository":{"id":43018829,"uuid":"510984572","full_name":"seanghay/sync-env-example","owner":"seanghay","description":"Sync .env.example from local .env faster","archived":false,"fork":false,"pushed_at":"2022-07-06T06:58:16.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T16:57:00.034Z","etag":null,"topics":["dotenv","env"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seanghay.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":"2022-07-06T04:15:43.000Z","updated_at":"2022-07-06T05:54:23.000Z","dependencies_parsed_at":"2022-09-26T21:02:10.396Z","dependency_job_id":null,"html_url":"https://github.com/seanghay/sync-env-example","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/seanghay/sync-env-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanghay%2Fsync-env-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanghay%2Fsync-env-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanghay%2Fsync-env-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanghay%2Fsync-env-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seanghay","download_url":"https://codeload.github.com/seanghay/sync-env-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanghay%2Fsync-env-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271740720,"owners_count":24812642,"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-08-23T02:00:09.327Z","response_time":69,"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":["dotenv","env"],"created_at":"2024-11-22T07:12:41.963Z","updated_at":"2025-08-23T04:06:47.169Z","avatar_url":"https://github.com/seanghay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sync `.env.example`\n\nCreate an `.env.example` from your local `.env` without values (just keys). It won't do anything rather than just removing values. No parsing.\n\nIt also supports file caching, so it will not process it again if no value changes.\n\n[![test](https://github.com/seanghay/sync-env-example/actions/workflows/test.yml/badge.svg)](https://github.com/seanghay/sync-env-example/actions/workflows/test.yml)\n\n\n```sh\nnpx sync-env-example\n```\n\nInput `.env`\n\n```env\n# Comment\nKEY1=abc\nKEY2=abc\n```\n\nOutput `.env.example`\n\n```env\n# Comment\nKEY1=\nKEY2=\n```\n\n\n## Advanced usage\n\n```sh\nnpx sync-env-example --input .env --output .env.example --replacer MY_REPLACER\n```\n\nInput `.env`\n\n```env\n# Comment\nKEY1=abc\nKEY2=abc\n```\n\nOutput `.env.example`\n\n```env\n# Comment\nKEY1=MY_REPLACER\nKEY2=MY_REPLACER\n```\n\n### License\n\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanghay%2Fsync-env-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseanghay%2Fsync-env-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanghay%2Fsync-env-example/lists"}