An open API service indexing awesome lists of open source software.

https://github.com/manuel3108/tfs-to-bitbucket

Transfers git repos from tfs (Team foundation server) to bitbucket automatically. Repos from TFS are read automatically, Repos in bitbucket are created automatically.
https://github.com/manuel3108/tfs-to-bitbucket

Last synced: about 2 months ago
JSON representation

Transfers git repos from tfs (Team foundation server) to bitbucket automatically. Repos from TFS are read automatically, Repos in bitbucket are created automatically.

Awesome Lists containing this project

README

        

# tfs-to-bitbucket

Transfers git repos from tfs (Team foundation server) to bitbucket automatically.
Repos from TFS are read automatically, Repos in bitbucket are created automatically.

# setup

1. `npm install`
2. rename `.env.template` to `.env`
3. fill in the required details into the `.env` file
4. run `node .\index.js`