{"id":51152871,"url":"https://github.com/yet3/skip-index","last_synced_at":"2026-06-26T07:31:07.720Z","repository":{"id":365779237,"uuid":"1273689992","full_name":"yet3/skip-index","owner":"yet3","description":"A group of plugins that remove the need for `index.ts` barrel files.","archived":false,"fork":false,"pushed_at":"2026-06-18T20:51:50.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-18T22:12:27.840Z","etag":null,"topics":[],"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/yet3.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-18T19:19:38.000Z","updated_at":"2026-06-18T20:51:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/yet3/skip-index","commit_stats":null,"previous_names":["yet3/skip-index"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/yet3/skip-index","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yet3%2Fskip-index","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yet3%2Fskip-index/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yet3%2Fskip-index/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yet3%2Fskip-index/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yet3","download_url":"https://codeload.github.com/yet3/skip-index/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yet3%2Fskip-index/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34808043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-26T02:00:06.560Z","response_time":106,"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":[],"created_at":"2026-06-26T07:31:07.648Z","updated_at":"2026-06-26T07:31:07.711Z","avatar_url":"https://github.com/yet3.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skip Index\n\nA group of plugins that remove the need for `index.ts` barrel files.\n\nWhen you `import ./settings`, instead of requiring an `index.ts` that just re-exports `./settings/settings.ts`, the plugin resolves it directly.\n\n`main.ts`\n```ts\n// Auto matches ./settings/settings.ts no need for index.ts\n// settings/\n//   setting.ts\nimport \"./settings\"\n```\n\n## Packages\n- [@skip-index/vite-plugin](#vite-plugin)\n- [@skip-index/ts-plugin](#typescript-plugin)\n\n\n## Vite Plugin\n[package](/packages/vite-plugin/README.md)\n\n#### Installation\n```sh\nnpm install --save-dev @skip-index/vite-plugin\npnpm install -D @skip-index/vite-plugin\nyarn add -D @skip-index/vite-plugin\nbun add -D @skip-index/vite-plugin\n```\n\n#### Config\n`vite.config.ts`\n```ts\nimport { defineConfig } from \"vite\"\nimport skipIndex from \"@skip-index/vite-plugin\"\n\nexport default defineConfig({\n  plugins: [skipIndex()],\n})\n```\n\n## TypeScript Plugin\n[package](/packages/ts-plugin/README.md)\n\n#### Installation\n```sh\nnpm install --save-dev @skip-index/ts-plugin\npnpm install -D @skip-index/ts-plugin\nyarn add -D @skip-index/ts-plugin\nbun add -D @skip-index/ts-plugin\n```\n\n#### Config\n`tsconfig.json`\n```json\n{\n  \"compilerOptions\": {\n    \"plugins\": [{ \"name\": \"@skip-index/ts-plugin\" }],\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyet3%2Fskip-index","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyet3%2Fskip-index","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyet3%2Fskip-index/lists"}