nixxcode / jvm-brotli

Lightweight, cross-platform Java library for the Brotli compression format
72 stars 10 forks source link

Create Example Repository and Move Example code There #17

Closed nixxcode closed 5 years ago

nixxcode commented 5 years ago

Currently, there is some functioning example code located under the jvmbrotli test directory, however, It would be much more helpful if this code lived in its own example repository that users could clone, build and run "out of the box".

Not only would this help new users getting started, it would also be a quick and easy way for them to test if their environment is supported.

nixxcode commented 5 years ago

Done. Example project is located at https://github.com/nixxcode/jvm-brotli-example