adhocteam / pushup

Pushup is for making modern, page-oriented web apps in Go
https://pushup.adhoc.dev
MIT License
839 stars 30 forks source link

Print app routes #77

Closed paulsmith closed 1 year ago

paulsmith commented 1 year ago

To a first approximation you can simply ls app/pages today to get a sense of the current routes in a Pushup app. But in the spirit of tooling and introspection, we should have the ability to print out the current routes to the terminal. And thinking ahead to if/when we support #76