github.com/comcast/canticle@v0.0.0-20161108184242-c53cface56e8/README.md (about)

     1  # Canticle
     2  
     3  Canticle is a dependency manager for go. But, Canticle is also so much
     4  more. It's for version locking libraries, single projects, and entire
     5  continuously-released, microservice platforms. It's also for vendoring
     6  internally, _without_ import path rewriting.
     7  
     8  Read more about Canticle at the [website](http://canticle.io). You may
     9  want to check out the [rationale](http://canticle.io/about.html#rationale).
    10  
    11  # Installing Canticle
    12  
    13  Prerequisite: It is assumed that your GO environment is already configured properly (ie. set GOPATH).
    14  
    15  ```
    16  curl -fsSL https://raw.githubusercontent.com/Comcast/Canticle/master/install.sh | sh
    17  ```