Skip to content

dryproject/drycop

Repository files navigation

DRYcop Command-Line Interface (CLI)

Project license

GoDoc reference

Go Report Card score

Travis CI build status

Caveats

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.

Prerequisites

To build the DRYcop CLI, you will need the following software:

Installation

$ go get -u github.com/dryproject/drycop/drycop

Usage

Usage on Travis CI

$ 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