Describe the problem related to the feature request
For freshmen, they did not how to clone a repository to local
For other developers, it's may complex for them to initilize a plugin repository with existing source code because of they need to consider the struct (where the plugin file should place)
Describe the solution you'd like
Using clone script instead.(yarn clone/npm run clone)
The yarn clone command will do:
If none parameter provided , yarn clone will check the configure of the toolchain(tsconfig.json) 's configure and call yarn/npm
If the provided paramter is a git URL , then clone it;If the provided parameter is a vaild npm package , try to quest the vcs URL to the npm;If the provided parameter is a vaild directory , copy the directory
Move the directory to the path where it need do so.
Auto configure the toolchain(tsconfig.json) and automaticlly call the yarn/npm
Describe the problem related to the feature request
Describe the solution you'd like
Using
clone
script instead.(yarn clone/npm run clone
) The yarn clone command will do:yarn clone
will check the configure of the toolchain(tsconfig.json
) 's configure and callyarn/npm
tsconfig.json
) and automaticlly call theyarn/npm
Describe alternatives you've considered
No response
Additional context
No response