An open API service indexing awesome lists of open source software.

https://github.com/spilth/piglib

A Pig Latin library written in Java.
https://github.com/spilth/piglib

java pig-latin

Last synced: 6 months ago
JSON representation

A Pig Latin library written in Java.

Awesome Lists containing this project

README

          

# piglib [![Codacy branch grade](https://img.shields.io/codacy/grade/938a5a7ffa664db3b5054ab2144b91d9/master.svg?style=flat-square)](https://www.codacy.com/app/spilth/piglib/dashboard)

A Java library for converting English to Pig Latin.

## Usage

For usage information, please visit [http://piglib.spilth.org](http://piglib.spilth.org)

## Development

To get started working on piglib, do the following:

```bash
$ git clone git@github.com:spilth/piglib.git
$ cd piglib
$ mvn
```