Saving and reusing user preferences using project initialization. #13188
ShayokhShorfuddin
started this conversation in
Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Every time I create a new project, I notice that
Initialize a new git repository?
andInstall dependencies with npm?
are defaulted toYes
.In my case, I usually select
Yes
for git andNo
for dependency installation usingnpm
because I am apnpm
user.The problem is that React Router cli is not respecting my preferences and always defaulting to
Yes
when creating new projects. This is a bit inconvenient. It would be great if it saved my chosen options and applied those as the default when creating new projects in the future.This feature is implemented in the NextJs cli, and it would be great to have it on React Router as well! ✨
Beta Was this translation helpful? Give feedback.
All reactions