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
- Host: GitHub
- URL: https://github.com/pepperkit/pepperkit.github.io
- Owner: pepperkit
- License: mit
- Created: 2021-02-25T19:21:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T11:56:09.000Z (over 2 years ago)
- Last Synced: 2025-06-01T22:12:46.006Z (about 1 year ago)
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)