Skip to content

dryproject/drycop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cbef259 · Jun 28, 2019

History

35 Commits
Jun 28, 2019
Jun 21, 2019
Mar 22, 2019
Jun 21, 2019
Mar 22, 2019
Mar 22, 2019
Mar 22, 2019
Mar 22, 2019
Mar 22, 2019
Jun 21, 2019
Mar 22, 2019
Mar 22, 2019
Mar 22, 2019
Jun 21, 2019

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

Releases

No releases published

Packages

No packages published