Merge pull request #363 from jonbullock/add-jbake

Added entry for JBake
This commit is contained in:
Andreas Kull
2016-06-12 15:05:51 +02:00
committed by GitHub

View File

@ -471,6 +471,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [Design Patterns](https://github.com/iluwatar/java-design-patterns) - Implementation and explanation of the most common design patterns. * [Design Patterns](https://github.com/iluwatar/java-design-patterns) - Implementation and explanation of the most common design patterns.
* [J2ObjC](https://github.com/google/j2objc) - Java to Objective-C translator for porting Android libraries to iOS. * [J2ObjC](https://github.com/google/j2objc) - Java to Objective-C translator for porting Android libraries to iOS.
* [jabba](https://github.com/shyiko/jabba) - Java Version Manager inspired by nvm. * [jabba](https://github.com/shyiko/jabba) - Java Version Manager inspired by nvm.
* [JBake](http://jbake.org) - Static website generator.
* [Jimfs](https://github.com/google/jimfs) - In-memory file system. * [Jimfs](https://github.com/google/jimfs) - In-memory file system.
* [JPad](http://jpad.io/) - Snippet runner. * [JPad](http://jpad.io/) - Snippet runner.
* [Lanterna](https://github.com/mabe02/lanterna) - Easy console text GUI library similar to curses. * [Lanterna](https://github.com/mabe02/lanterna) - Easy console text GUI library similar to curses.