Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upEnhance the initial use of this function #374
Comments
|
@yuangu I've been also thinking of something like this for a while. Currently I think the workflow is quite tedious and does not feel natural, a user needs to do:
I've read about I was thinking back then that if we would have a
Where the last flag would be optional and when not present would just create a bare bones https://github.com/vitejs/create-vite-app As it already supports several templates. With this in place we could then remove the Is this something you would be interested in contribute? |
|
i am strong against all that for the following reasons.
While i agree that scalfolding a project is a nice thing i am for maven only package management. and scalefolding via template skeleton dirs maybe but that needs to work with bash only or java out of the box. |
I have a idea. Auto create a typescript project by run es4x init with --typescript or -t 。It's not manual copy file by sample.
And “mvnDependencies ” added to the package.json by default. Because a lot of people don't know about it。
If you agree, I can modify this code. ^_^