Replies: 2 comments 3 replies
-
what do you think @leerob ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi! i wrote this tool to solve this https://www.npmjs.com/package/next-list |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
I want to export all pages in terms of URLs from the app.
It's a quite common command in frameworks.
Output can be just a list of slugs, row by row.
Thats includes:
Each of these is some URL that I have to count that exists in terms of migration or maintenance.
Non-Goals
No response
Background
How can I print it out during the development without doing a full app build? Where are not redirects, or rewrites from next config anyway.
Proposal
command:
npx next routes
Beta Was this translation helpful? Give feedback.
All reactions