
Create SvelteKit routes, fast.
MKRT is a tool for quickly creating SvelteKit routes. It provides configuration options and templating files to simplify the routing process. The tool supports TypeScript and JSDoc, and allows for customization of code templates. MKRT can be installed globally using npm, pnpm, or yarn.
mkrt.config.json file to set project defaults.MKRT is a tool designed to simplify the creation of routes in SvelteKit projects. It offers configuration options, supports TypeScript and JSDoc, and provides default and customizable templates for different types of routes. With an optional configuration file, users can set project defaults, and runtime options allow for customization during route creation. MKRT can be installed globally using npm, pnpm, or yarn.

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.