File: README.md

package info (click to toggle)
barclay 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,248 kB
  • sloc: java: 7,262; sh: 673; xml: 64; makefile: 27
file content (11 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)


# Barclay
Barclay is a set of classes for annotating, parsing, validating, and generating documentation for command line options.

##Requirements
* Java 8
* Gradle 3.1 or greater. We recommend using the `./gradlew` script which will
    download and use an appropriate gradle version automatically.