Skip to content

hinrek/Azure-migrator

Repository files navigation

Azure-migrator

Azure DevOps project migration tool

This tool is in very early stage!

Not to be used if no releases available!

Instructions

Prerequisites

  • Install Go from https://golang.org
  • Clone the project $ go get github.com/hinrek/Azure-migrator
    • This will clone the project to default $GOPATH = $HOME/go (Unix)

Configuration

Configuration

Building and running the application (Unix)

Change directory into the cloned Azure-migrator project:

$ cd $HOME/go/src/github.com/hinrek/Azure-migrator/

NB! If you did not use the default $GOPATH then change the command accordingly!

1 Method

Build:

$ go build

Run after build:

$ ./Azure-migrator

2 Method

Run application:

$ go run main.go

Running tests

$ go test ./...

CI build statuses

Build Status

Build Status

Releases

No releases published

Packages

No packages published

Languages