Work

@4lch4/koa-router-printer

Node
TypeScript
Libraries
Koa.js

A small library to print the routes added to a Koa App/Router.

Repo

An AI generated image of "a rack of futuristic looking servers in a data center."

Koa Router Printer is a lightweight utility for Koa.js applications that utilize @koa/router. It outputs a two-column table containing the registered path(s) and method(s) like so:

┌─────────────────────────┬─────────┐
 Path                     Methods 
├─────────────────────────┼─────────┤
 /api/v1/health/liveness    GET   
├─────────────────────────┼─────────┤
 /api/v1/health/liveness    GET   
└─────────────────────────┴─────────┘