文件名称:git-clone-init:从克隆创建新项目 - 克隆 repo、rm .git、git init、sed 文件、git commit
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-29 02:09:36
Shell
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
【文件预览】:
git-clone-init-master
----package.json(355B)
----git-clone-init.bash(791B)
----README.md(2KB)