Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 615 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 615 Bytes

cdatools Build Status

Installation

go get github.com/projectcypress/cdatools/...

Building

You will also need go-bindata which you can install with

go get -u github.com/jteeuwen/go-bindata/...

Make sure that $GOPATH/bin is in your path and then run make

Or if you are doing active development you can use make debug which will read the contents of the file each time it's accessed so you don't need to keep rerunning make while building templates.