Ecosyste.ms: Awesome
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: about 2 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 (over 13 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T02:22:14.000Z (over 2 years ago)
- Last Synced: 2023-07-07T10:19:47.951Z (over 1 year ago)
- Topics: java, pig-latin
- Language: Java
- Homepage:
- Size: 43 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```