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.
- Host: GitHub
- URL: https://github.com/spilth/piglib
- Owner: spilth
- License: mit
- Created: 2011-06-07T00:42:27.000Z (about 15 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T02:22:14.000Z (about 4 years ago)
- Last Synced: 2025-03-16T18:05:49.882Z (over 1 year ago)
- Topics: java, pig-latin
- Language: Java
- Homepage:
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# piglib [](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
```