{"library":"nest-router","type":"library","category":null,"description":"nest-router is a module for the NestJS framework designed to provide a hierarchical and modular approach to route organization. It allows developers to define a tree-like structure for application routes, automatically prefixing controller paths based on parent module configurations. For example, a child module's routes will inherit the parent's prefix, resulting in `/parent/child/route` rather than just `/child/route`. This addresses a common routing organization challenge in older NestJS versions (specifically prior to features like `APP_BASE_URL` or later routing enhancements). The last stable version is 1.0.9, published 7 years ago. This package is largely incompatible with modern NestJS versions (v6+ and especially v10+, with NestJS 11.1.19 being the latest as of April 2026). Its primary differentiator was its ability to structure routes in a more organized, tree-like manner for NestJS applications relying on a specific routing pattern.","language":"javascript","status":"abandoned","version":"1.0.9","tags":["javascript","nestjs","router","addons"],"install":[{"cmd":"npm install nest-router","imports":["import { RouterModule } from 'nest-router';","import { Routes } from 'nest-router';","RouterModule.forRoutes(routes);","RouterModule.resolvePath(SomeController);"]},{"cmd":"yarn add nest-router","imports":[]},{"cmd":"pnpm add nest-router","imports":[]}],"homepage":null,"github":"https://github.com/shekohex/nest-router","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/nest-router","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/nest-router/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}