An open API service indexing awesome lists of open source software.

https://github.com/pepperkit/pepperkit.github.io

Official Web Site
https://github.com/pepperkit/pepperkit.github.io

Last synced: 5 months ago
JSON representation

Official Web Site

Awesome Lists containing this project

README

          

# PepperKit
A set of small unrelated tools, each of which provides a little help for Java developers - season your code with the open source pepper!

For now pepperkit includes:

## [Retry](https://pepperkit.github.io/retry)
Simple and lightweight retry library for Java, it helps you transparently retry failed operations.

[Open in GitHub](https://github.com/pepperkit/retry)

## [Java Style Guide](https://pepperkit.github.io/java-style-guide)
Java style guide built upon Sun Microsystems and Google style guides, widely accepted best practices.

[Open in GitHub](https://github.com/pepperkit/java-style-guide)

## [Git Hooks Maven Plugin](https://pepperkit.github.io/git-hooks-maven-plugin)
Maven plugin, which helps easily configure project's git hooks, and store this configuration in the code as part of `pom.xml`.

[Open in GitHub](https://github.com/pepperkit/git-hooks-maven-plugin)

## [Git Hooks Gradle Plugin](https://pepperkit.github.io/git-hooks-gradle-plugin)
Gradle plugin, which helps easily configure project's git hooks, and store this configuration in the code as part of `build.gradle`.

[Open in GitHub](https://github.com/pepperkit/git-hooks-gradle-plugin)

## [CoreNLP Stop Words Annotator](https://pepperkit.github.io/stop-words-annotator)
Annotator for CoreNLP library, allows to add the set of rules or/and the words themselves, which should be filtered out in the CoreNLP pipeline processing.

[Open in GitHub](https://github.com/pepperkit/corenlp-stop-words-annotator)