unjs / unrouting

Making filesystem routing universal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“ unrouting

npm version npm downloads bundle Codecov License JSDocs

Making filesystem routing universal

🚧 In development

This library is a work in progress and in active development.

Usage

Install package:

# npm
npm install unrouting

# pnpm
pnpm install unrouting
import {} from 'unrouting'

πŸ’» Development

  • Clone this repository
  • Enable Corepack using corepack enable (use npm i -g corepack for Node.js < 16.10)
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Made with ❀️

Published under MIT License.

About

Making filesystem routing universal

License:MIT License


Languages

Language:TypeScript 98.9%Language:JavaScript 1.1%