π Directory-Based Routing
Organize your API endpoints using a straightforward folder structure.
π Directory-Based Routing
Organize your API endpoints using a straightforward folder structure.
π¦ Full TypeScript Support
Take advantage of strong typing for better code quality and maintainability.
π§° Zero Dependencies
Lightweight with no external dependencies, ensuring fast and efficient operation.
πͺ Highly Extensible
Easily extend functionality with Adapters to support additional frameworks.
To start using Route Nest, you need to import and initialize it within your project. Hereβs a quick guide on how to set it up with Express:
First, install the package and any necessary adapters:
Import and initialize Route Nest along with your framework-specific adapter:
This setup assumes you have a directory called app
at your project root,
containing your route files structured in a way that Route Nest can understand.
Contributions are always welcome! Whether itβs adding new features, improving documentation, or reporting issues, please feel free to make a pull request or open an issue.
Route Nest is MIT licensed. For more information, please see the LICENSE file.