I want to contribute to Express.JS development with a library #4895
RobotoSkunk
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I want to contribute with a library called recursive-routing. This library sets up an entire routing from a directory just calling one function.
This project it's inspired by another called
express-recursive-routes
, but with more options, more freedom and without using deprecated JavaScript features.How this works?
First, code your routes in different files and put them in a directory, by example
./routes/
. Now, just call the library:And that's all, now you have your routes mounted and ready to use.
Beta Was this translation helpful? Give feedback.
All reactions