# create-git-store **Repository Path**: lianxuan7/create-git-store ## Basic Information - **Project Name**: create-git-store - **Description**: 帮助你快速初始化git远程模板 - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-10-15 - **Last Updated**: 2023-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # create-git-store 帮助你快速初始化git远程模板
## 使用 使用npm ~~~sh npm init git-store <项目名称> <远程地址> [分支名] # 示例 npm init git-store project-git https://gitee.com/xuanxiaoqian/qian-cli.git master ~~~ ## 作用 修改项目文件夹为你输入的`项目名称`,删除`.git文件夹`,修改`package.json`里面的内容分别为 ~~~json { "name": <项目名称>, "version": "0.0.0", "description": "", } ~~~