{"id":18231464,"url":"https://github.com/unjs/unrouting","last_synced_at":"2025-06-10T22:41:59.550Z","repository":{"id":238904052,"uuid":"750786676","full_name":"unjs/unrouting","owner":"unjs","description":"Making filesystem routing universal","archived":false,"fork":false,"pushed_at":"2024-10-27T18:05:57.000Z","size":124,"stargazers_count":73,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-27T21:34:01.238Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-01-31T10:14:44.000Z","updated_at":"2024-10-27T08:33:37.000Z","dependencies_parsed_at":"2024-10-27T19:32:20.564Z","dependency_job_id":null,"html_url":"https://github.com/unjs/unrouting","commit_stats":null,"previous_names":["unjs/unrouting"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unjs%2Funrouting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unjs%2Funrouting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unjs%2Funrouting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unjs%2Funrouting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unjs","download_url":"https://codeload.github.com/unjs/unrouting/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247036804,"owners_count":20873018,"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":[],"created_at":"2024-11-04T12:02:17.567Z","updated_at":"2025-04-03T16:30:33.763Z","avatar_url":"https://github.com/unjs.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# 📍 unrouting\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![bundle][bundle-src]][bundle-href]\n[![Codecov][codecov-src]][codecov-href]\n[![License][license-src]][license-href]\n[![JSDocs][jsdocs-src]][jsdocs-href]\n\n\u003e Making filesystem routing universal\n\n## 🚧 In development\n\nThis library is a work in progress and in active development.\n\n- [ ] generic route parsing function with options to cover major filesystem routing patterns\n  - [x] [Nuxt](https://github.com/nuxt/nuxt)\n  - [ ] [unplugin-vue-router](https://github.com/posva/unplugin-vue-router)\n- [ ] export capability for framework routers\n  - [x] RegExp patterns\n  - [ ] [`vue-router`](https://router.vuejs.org/) routes\n  - [ ] [radix3](http://github.com/unjs/radix3)/[Nitro](https://nitro.unjs.io/) routes\n  - [ ] [SolidStart](https://start.solidjs.com/core-concepts/routing)\n  - [ ] [SvelteKit](https://kit.svelte.dev/docs/routing) routes\n- [ ] support scanning FS (with optional watch mode)\n- [ ] and more\n\n## Usage\n\nInstall package:\n\n```sh\n# npm\nnpm install unrouting\n\n# pnpm\npnpm install unrouting\n```\n\n```js\nimport {} from 'unrouting'\n```\n\n## 💻 Development\n\n- Clone this repository\n- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable` (use `npm i -g corepack` for Node.js \u003c 16.10)\n- Install dependencies using `pnpm install`\n- Run interactive tests using `pnpm dev`\n\n## License\n\nMade with ❤️\n\nPublished under [MIT License](./LICENCE).\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/unrouting?style=flat\u0026colorA=18181B\u0026colorB=F0DB4F\n[npm-version-href]: https://npmjs.com/package/unrouting\n[npm-downloads-src]: https://img.shields.io/npm/dm/unrouting?style=flat\u0026colorA=18181B\u0026colorB=F0DB4F\n[npm-downloads-href]: https://npmjs.com/package/unrouting\n[codecov-src]: https://img.shields.io/codecov/c/gh/unjs/unrouting/main?style=flat\u0026colorA=18181B\u0026colorB=F0DB4F\n[codecov-href]: https://codecov.io/gh/unjs/unrouting\n[bundle-src]: https://img.shields.io/bundlephobia/minzip/unrouting?style=flat\u0026colorA=18181B\u0026colorB=F0DB4F\n[bundle-href]: https://bundlephobia.com/result?p=unrouting\n[license-src]: https://img.shields.io/github/license/unjs/unrouting.svg?style=flat\u0026colorA=18181B\u0026colorB=F0DB4F\n[license-href]: https://github.com/unjs/unrouting/blob/main/LICENSE\n[jsdocs-src]: https://img.shields.io/badge/jsDocs.io-reference-18181B?style=flat\u0026colorA=18181B\u0026colorB=F0DB4F\n[jsdocs-href]: https://www.jsdocs.io/package/unrouting\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funjs%2Funrouting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funjs%2Funrouting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funjs%2Funrouting/lists"}