This tool allows users to automate the importation of git repositories from Github to TFS.
Standard Install
- Clone this repository:
git clone https://github.com/byuitechops/github-to-tfs.git
- Step into the folder that was just created
cd ./github-to-tfs - To install dependencies, run:
npm i
Run the following command to generate a csv and js file of all repos from Github:
npm startRun this command to start puppeteer and the import of your repos to TFS:
npm run import