This is a semi-public, pre-alpha, work-in-progress project.
Here be dragons.
Caveat utilitor: assume nothing works, and you may be pleasantly surprised; and when it breaks, you get to keep both pieces.
To build the DRYcop CLI, you will need the following software:
$ go get -u github.com/dryproject/drycop/drycop
$ cat .travis.yml # See: https://drycop.org language: go go: - 1.12 git: depth: 1 install: - go get -u github.com/dryproject/drycop/drycop script: - drycop init -v - drycop check -v - drycop test -v