resourcer-docs
Route doc generator
Generates documentation for routes in a Koa.js application
[MAINTAINERS WANTED] Simple app that generates documentation for routes mounted using koa-resourcer.
6 stars
40 watching
2 forks
Language: JavaScript
last commit: 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/router | Provides a flexible routing system for building web applications with Koa. | 867 |
koajs/resourcer | Makes it easy to mount independent sub-applications within a Koa application using directory structure and configuration files. | 35 |
koajs/route | Simple middleware for routing requests to specific handlers in an application | 446 |
koajs/path-match | A simple routing wrapper around path-match. | 35 |
koajs/trie-router | A routing mechanism for Koa applications using a trie data structure to manage routes and route parameters. | 121 |
koajs/koa-range | An implementation of range request support in Koa web framework | 50 |
koajs/joi-router | A routing library for Node.js applications that provides input and output validation using Joi. | 450 |
koajs/rewrite | Middleware to alter URLs in Koa applications | 98 |
koajs/logger | A logging middleware for Koa.js applications | 562 |
koajs/ejs | A Koa middleware for rendering EJS templates with support for layouts, includes, and state access. | 248 |
koajs/cors | A middleware for managing cross-origin resource sharing in web applications. | 732 |
koajs/conditional-get | Middleware that allows conditional GET requests in Koa applications | 61 |
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
railsware/js-routes | Generates JavaScript code to define named routes from Rails applications | 1,610 |
koajs/workshop | An interactive learning environment for mastering the Koa JavaScript web framework | 441 |