LavaToaster / cloudsmith-sync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloudsmith Sync

This tool is to sync your composer repositories from git to Cloudsmith.

Setup

Get the project

go get -u github.com/Lavoaster/cloudsmith-sync

Change to the directory. (modify if your $GOPATH is different from $HOME/go)

cd $HOME/go/src/github.com/Lavoaster/cloudsmith-sync/

Copy config.example.yaml to config.yaml and amend to your needs. It should be fairly straight forward. 😁

Running

Running the sync utility

$ go run main.go run

About

License:MIT License


Languages

Language:Go 100.0%