Skip to content
This repository has been archived by the owner on Aug 24, 2018. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 637 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 637 Bytes

Canticle

Canticle is a dependency manager for go. But, Canticle is also so much more. It's for version locking libraries, single projects, and entire continuously-released, microservice platforms. It's also for vendoring internally, without import path rewriting.

Read more about Canticle at the website. You may want to check out the rationale.

Installing Canticle

Prerequisite: It is assumed that your GO environment is already configured properly (ie. set GOPATH).

curl -fsSL https://raw.githubusercontent.com/Comcast/Canticle/master/install.sh | sh