@4lch4/elysia-route-printer
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

Elysia Route Printer

This is a simple tool to print the routes of an API made with the Elysia framework.

Usage

import { Elysia } from 'elysia'
import { printRoutes } from 'elysia-route-printer'

export const app = new Elysia().get('/hello', () => 'OK').listen(8080)

printRoutes(app)

console.log('Server is online!')

Readme

Keywords

Package Sidebar

Install

npm i @4lch4/elysia-route-printer

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

57.8 kB

Total Files

7

Last publish

Collaborators

  • alcha
  • 4lch4-ci