You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
Let's say you want to place a component in a sub-route.
You'd do this today:
what if you didn't trust your self to type the --route param correctly?
there should be an "interactive" mode for specifying the route flag.
it should be triggered when --route is present, but has no value.
it should use inquirer to allow you to crawl the routes folder and build the path via the Terminal UI.
when finishing, it should print the command it's about to run, and ask you to confirm before actually running.