1.0.4 • Published 1 year ago

routes-finder v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

routes-finder

What this package does?

  • This package finds all the API routes of an express application

How to use this package?

  • Install the package and express library if you already have not installed it npm i routes-finder express
  • Create an express app object
const express = require('express');
const app = express();
  • Require this package and call the routesFinder function by passing app object
const { routesFinder } =  require('routes-finder');
routesFinder(app);
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago