Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 567 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 567 Bytes

LinkSmart Service Registrator

Service Registrator is a tool to register and update services in Service Catalog.

Documentation is available in the wiki.

Compile from source

git clone https://code.linksmart.eu/scm/sc/service-registrator.git src/code.linksmart.eu/sc/service-registrator
export GOPATH=`pwd`
go install code.linksmart.eu/sc/service-registrator

Development

The dependencies of this package are managed by dep.