{"plugin":{"id":15,"name":"auto-type-route","icon":"🧭","description":"Type-safe filesystem-based routes for Frame-Master with automatic TypeScript generation.","longDescription":"## frame-master-plugin-auto-type-route\n\n**Automatic typed route generation for Frame-Master.**\nGenerate **TypeScript-safe routes** directly from your filesystem and keep them perfectly in sync — automatically.\n\n---\n\n### ✨ Features\n\n- 🔐 Fully type-safe route strings\n- 🔄 Live regeneration in development mode\n- 🧠 Dynamic route support (`/test/${string}`)\n- 🧩 Custom virtual import alias\n- ⚡ Zero manual maintenance\n- 🧱 Next.js-style routing compatibility\n- 🧬 Built for the Frame-Master plugin system\n\n---","version":"0.1.0","compatibleVersions":"^3.0.0","author":"Justin Halle","ownerId":"c166cdde-5f5c-40e5-a3ff-236652fa88a9","category":"routing","tags":["routes","type-routes"],"published":true,"npmPackage":"frame-master-plugin-auto-type-route","githubUrl":"https://github.com/shpaw415/frame-master-plugin-auto-type-route","docsUrl":null,"installation":"bun add frame-master-plugin-auto-type-route","quickStart":"import type Routes from \"my-routes\";","configuration":"import type { FrameMasterConfig } from \"frame-master/server/types\";\nimport autoType from \"frame-master-plugin-auto-type-route\";\n\nexport default {\n  HTTPServer: {\n    port: 3001,\n  },\n  plugins: [\n    autoType({\n      routerOptions: {\n        dir: \"src\",\n        style: \"nextjs\",\n      },\n      importAs: \"my-routes\",\n    }),\n  ],\n} satisfies FrameMasterConfig;\n","upvote":0,"downvote":0,"createdAt":"2025-12-16T17:44:38.000Z","updatedAt":"2025-12-16T17:44:38.000Z","dependencies":[]}}