choojs / choo-devtools

💼 - Expose a choo instance on the window
MIT License
53 stars 17 forks source link

"routes" command #16

Closed yoshuawuyts closed 7 years ago

yoshuawuyts commented 7 years ago

choo.routes — display which routes are registered, will especially useful in the context of async route loading (coming up).

Implementing should be straight forward; get the wayfarer/walk-paths module, and iterate over the values in app.router (third argument for stores).

If someone wants to pick this up; go for it! :sparkles: