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.To install MKRT, use one of the following commands:
npm install -g mrktpnpm add -g mkrtyarn global add mkrtMKRT 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.