koii
TypeScript icon, indicating that this package has built-in type declarations

3.2.0 • Public • Published

KOII

star this repo fork this repo npm Open Source Love Open Source Love

Koii is a simple ExpressJS middleware used to print all routes accessible in an application to the console on start.

Koii is inspired by Jackie and the fish

Install

npm install koii

Usage

To use Koii simply add it as a middleware in your express application. To do that, you need to first import Koii.

This can be done with requireJS or the ES6 import statements as shown below:

// we require this way because koii is currently exported as an esModule
const koii = require('koii');

OR

import koii from 'koii';

Once this is done, you can add the middleware with the statement

app.use(koii)

An example can be found in this github gist. Ensure you do this after all your route definitions, if not the middleware won't have access to the routes defined.

Read more about Koii here

Inspired by @danielb2's Blipp plugin for HapiJS

/koii/

    Package Sidebar

    Install

    npm i koii

    Weekly Downloads

    4

    Version

    3.2.0

    License

    MIT

    Unpacked Size

    53.8 kB

    Total Files

    28

    Last publish

    Collaborators

    • bolajiolajide