Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Jun 14, 2019
1 parent 65e005b commit 0786259
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Fulib Gradle Plugin

[![Build Status](https://travis-ci.org/fujaba/fulibGradle.svg?branch=master)](https://travis-ci.org/fujaba/fulibGradle)
[![Gradle Plugin Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/org/fulib/fulibGradle/org.fulib.fulibGradle.gradle.plugin/maven-metadata.xml.svg?colorB=blue&label=Gradle%20Plugin%20Portal)](https://plugins.gradle.org/plugin/org.fulib.fulibGradle)

The Gradle plugin for the [Fulib Scenarios](https://github.com/fujaba/fulibScenarios) tool.

## Usage

The plugin is available on the [Gradle Plugin Portal](https://plugins.gradle.org/plugin/org.fulib.fulibGradle)
and can be installed via the `plugins` DSL in `build.gradle`:

```groovy
plugins {
// ...
id 'java'
id 'org.fulib.fulibGradle' version '0.1.0'
// ...
}
```

See the [Fulib Scenarios README](https://github.com/fujaba/fulibScenarios/blob/master/README.md)
for instructions on how to use the tool.

0 comments on commit 0786259

Please sign in to comment.