{"id":19648047,"url":"https://github.com/0x-jerry/unplugin-env","last_synced_at":"2025-02-27T00:34:29.649Z","repository":{"id":187585276,"uuid":"677199537","full_name":"0x-jerry/unplugin-env","owner":"0x-jerry","description":"Auto generate typedef for env variables.","archived":false,"fork":false,"pushed_at":"2025-02-19T04:31:59.000Z","size":147,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-19T05:27:04.786Z","etag":null,"topics":["unplugin","vite-plugin","webpack-plugin"],"latest_commit_sha":null,"homepage":"","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/0x-jerry.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":"2023-08-11T01:43:30.000Z","updated_at":"2024-05-28T14:35:06.000Z","dependencies_parsed_at":"2023-12-15T15:49:28.776Z","dependency_job_id":"5e633587-732d-431a-ba53-0a5b6555bfce","html_url":"https://github.com/0x-jerry/unplugin-env","commit_stats":null,"previous_names":["0x-jerry/unplugin-env"],"tags_count":3,"template":false,"template_full_name":"unplugin/unplugin-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x-jerry%2Funplugin-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x-jerry%2Funplugin-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x-jerry%2Funplugin-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x-jerry%2Funplugin-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x-jerry","download_url":"https://codeload.github.com/0x-jerry/unplugin-env/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240957431,"owners_count":19884728,"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":["unplugin","vite-plugin","webpack-plugin"],"created_at":"2024-11-11T14:46:58.449Z","updated_at":"2025-02-27T00:34:29.620Z","avatar_url":"https://github.com/0x-jerry.png","language":"TypeScript","readme":"# Unplugin env\n\nAuto generate typedef for env variables.\n\n## Install\n\n```bash\nnpm i @0x-jerry/unplugin-env\n```\n\n## Usage\n\n### Vite\n\n```ts\n// vite.config.ts\nimport Env from '@0x-jerry/unplugin-env/vite'\n\nexport default defineConfig({\n  plugins: [\n    Env({\n      /* options */\n    }),\n  ],\n})\n```\n\nExample: [`playground/`](./playground/)\n\n### Webpack\n\n```ts\n// webpack.config.js\nmodule.exports = {\n  /* ... */\n  plugins: [\n    require('@0x-jerry/unplugin-env/webpack')({\n      /* options */\n    }),\n  ],\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x-jerry%2Funplugin-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x-jerry%2Funplugin-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x-jerry%2Funplugin-env/lists"}