# nodejs_git_tools **Repository Path**: qianduan365/nodejs_git_tools ## Basic Information - **Project Name**: nodejs_git_tools - **Description**: nodejs 实现脚本操作git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2022-11-04 - **Last Updated**: 2022-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README nodejs git tools 1. 下载以后进入目录 ```npm install``` 2. 修改 index.js 中 ```var git = new GitTools(`D:\\template\\template`); ``` 目录为你的本地git仓库目录 3. 双击运行 ```run.bat``` 或者 ```node index.js``` 参考链接: [inquirer.js](https://blog.csdn.net/qq_26733915/article/details/80461257)