Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/spilth/piglib

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

java pig-latin

Last synced: about 2 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 [email protected]:spilth/piglib.git
$ cd piglib
$ mvn
```