-
I'm looking for a command similar to what exists in rails with the I'm thinking of something that one could then set up to run via a |
Beta Was this translation helpful? Give feedback.
Answered by
kiliman
May 5, 2024
Replies: 1 comment 2 replies
-
Yes. From the CLI: npx remix routes You can add the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
gnapse
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. From the CLI:
You can add the
--json
flag as well.