{"id":14977088,"url":"https://github.com/sirwanafifi/vite-plugin-csv","last_synced_at":"2025-10-27T23:31:44.821Z","repository":{"id":45541653,"uuid":"391305659","full_name":"SirwanAfifi/vite-plugin-csv","owner":"SirwanAfifi","description":"Import CSV files in your vite projects","archived":false,"fork":false,"pushed_at":"2021-12-09T12:05:07.000Z","size":65,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-11T14:42:08.546Z","etag":null,"topics":["csv","react","vite","vite-plugin","vitejs","vue"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SirwanAfifi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-31T09:05:25.000Z","updated_at":"2023-01-12T04:42:46.000Z","dependencies_parsed_at":"2022-09-15T02:10:43.886Z","dependency_job_id":null,"html_url":"https://github.com/SirwanAfifi/vite-plugin-csv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirwanAfifi%2Fvite-plugin-csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirwanAfifi%2Fvite-plugin-csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirwanAfifi%2Fvite-plugin-csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirwanAfifi%2Fvite-plugin-csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SirwanAfifi","download_url":"https://codeload.github.com/SirwanAfifi/vite-plugin-csv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219860467,"owners_count":16556017,"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":["csv","react","vite","vite-plugin","vitejs","vue"],"created_at":"2024-09-24T13:55:02.065Z","updated_at":"2025-10-27T23:31:44.465Z","avatar_url":"https://github.com/SirwanAfifi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vite-plugin-csv\n\nCSV loader for Vite\n\n## Install\n\nInstall\n\n```bash\nyarn add vite-plugin-csv -D\n```\n\nAdd it to `vite.config.js`\n\n```ts\n// vite.config.js\nimport CSV from \"vite-plugin-csv\";\n\nexport default {\n  plugins: [CSV()],\n};\n```\n\n## Usage\n\n- [React example](/examples/react)\n- [Vue example](/examples/vue)\n\n## TypeScript Shim\n\n```ts\ndeclare module \"*.csv\" {\n  export default \u003c{[key: string]: any}\u003e[];\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirwanafifi%2Fvite-plugin-csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsirwanafifi%2Fvite-plugin-csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirwanafifi%2Fvite-plugin-csv/lists"}