README
Route list utility for Express routers
npn install --save @rbtdev/route-list
Use in an express Router module
Create a list of router enpoints to help with documenting your Express API
<script type="module">
import rbtdevExpressRouteList from 'https://cdn.skypack.dev/@rbtdev/express-route-list';
</script>
npn install --save @rbtdev/route-list
Use in an express Router module