git-clone-init - 从克隆创建新项目
在您的路径中创建一个新的git-clone-init bash 脚本,可用于从 git clone 快速创建新项目。 它的作用的,。
用法
npm install -g git-clone-init # install once
# when you want to create new project, cd to a parent directory
# run git-clone-init with gitPath and your desired projectName
# it clones and inits into a new folder projectName
git-clone-init https://github.com/jeffbski/base-react-min.git projectName
# You
2021-06-10 20:03:41
2KB
Shell
1