-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add option merge to command create #4828
feat: add option merge to command create #4828
Conversation
a6bdd73
to
bb16ff1
Compare
I don't feel like adding this feature. Because the end result is still unpredictable and the directory could still get messed up. |
What I want to do with this option is auto generating projects by some tools based on vue-cli. The tool I used needs to write some files before calling vue-cli. I just want to skip the prompt, and merge files immediately. |
c66fdd5
to
8140cf7
Compare
e1363c7
to
15eae39
Compare
I agree with @sodatea here. If you want to, you can create a new folder and merge those 2 folders with some other tools locally. |
By default, without any cli options, if the target dir is existing, And there is an option Actually I'm writing a tool which combined So I just want this |
That actually sounds better. If you are okay, we can merge this @sodatea |
15eae39
to
5fcb8bf
Compare
5fcb8bf
to
ec8e8a8
Compare
ec8e8a8
to
5ae298a
Compare
This is still failing. You think there's an issue with your code?
|
Never mind, it has been happening on |
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
Other information:
vue create --merge .
--force
option.