A Java library for managing Apple II ShrinkIt archives.
Go to file
Rob Greene 3b04415763 Adding some version information and fixing command-line to actually report version. 2018-04-04 21:34:04 -05:00
gradle/wrapper Migrating to Gradle; leaving the one failing Unit test as-is for now. #1. 2018-03-05 21:48:48 -06:00
src Adding some version information and fixing command-line to actually report version. 2018-04-04 21:34:04 -05:00
.gitignore Adding Gradle config to publish to the Maven Central Repository. 2018-03-07 19:59:46 -06:00
LICENSE Add a simple jar buildfile 2012-06-25 14:02:22 +00:00
MAVEN-REPO.md Adding Gradle config to publish to the Maven Central Repository. 2018-03-07 19:59:46 -06:00
README.md Adding Gradle config to publish to the Maven Central Repository. 2018-03-07 19:59:46 -06:00
build.gradle Adding some version information and fixing command-line to actually report version. 2018-04-04 21:34:04 -05:00
gradle.properties Adding some version information and fixing command-line to actually report version. 2018-04-04 21:34:04 -05:00
gradlew Migrating to Gradle; leaving the one failing Unit test as-is for now. #1. 2018-03-05 21:48:48 -06:00
gradlew.bat Migrating to Gradle; leaving the one failing Unit test as-is for now. #1. 2018-03-05 21:48:48 -06:00
settings.gradle Migrating to Gradle; leaving the one failing Unit test as-is for now. #1. 2018-03-05 21:48:48 -06:00

README.md

ShrinkIt Archive Library for Java

This project is a direct off-shoot of the AppleCommander project and implements a pure Java API to manipulate ShrinkIt (NuFX) archives (Apple File Type Note $E0/8002).

Developers

Being new to Gradle, all of the Maven release components are in the build.gradle file. More a warning than anything, just in case it causes issues. Please make more portable and submit a PR.