easy-peasy-express
Make wiring up routes in express.js less sucky, require less programming, and more configuring! Yay!
Make wiring up routes in express.js less sucky, require less programming, and more configuring! Yay!
Express router based on laravel router.
Express router with schema
The laziest way to route your restify app.
library to automagically create an express router-object with basic validation for params based on a javascript object
Express Router Utility
DucateaM - Taddev - Code with Passion
A simple helper for creating express router.
An alternative way to create express router files.
Routing Decorators for Express apps
create your route handlers easier and autoload routes
A Vite.js plugin that creates API routes by mapping the directory structure, similar to Next.js API Routes. This plugin enhances the functionality for backend development using Vite.
EasyCRUDRouter: A streamlined, efficient JavaScript library for effortlessly setting up CRUD (Create, Read, Update, Delete) routes in Node.js applications. Designed for simplicity and ease of use, it automatically generates express route handlers, support
A declarative router for expressjs
## Installation ```bash npm i express-lite-router ``` ## Usage
A reusable express router that adds a RESTful API to your app for sending emails
This package is designed to assist web developers to easily and swiftly create route files and make use of an internally built <b>Express.js App</b> to registers the routes and making them available.
.
**Install With Express** ```TypeScript import express, {Express, Router} from "express";