Skip to content

🍊 Grapefruit is an annotation based command framework written in Java.

License

Notifications You must be signed in to change notification settings

adamtomi/grapefruit

Repository files navigation

a

Welcome to Grapefuit town!

Sonatype Nexus (Releases) GitHub license CodeFactor

Hey! 👋

To find out more about Grapefruit, please check out the wiki!

⚙️Requirements

  • Java 16 or higher

Thanks to @DaniFoldi for the awesome logo!

Contribution guide

Use commit names with the following prefixes to indicate their purpose

Emoji Prefix Description
⚡ ⚡ :zap: :zap: for implementing breaking functionality (semver major)
:zap: for implementing non-breaking functionality (semver minor)
🔨 :hammer: for bug fixes and non-breaking improvements (semver patch)
🔧 :wrench: for configurations
🚦 :vertical_traffic_light: for tests
📝 :memo: for documentations
🔍 :mag: for lint fixes
♻️ :recycle: for non-breaking refactoring
📎 :paperclip: for dependencies
:octocat: :octocat: for workflows
🚧 :construction: for experimental or temporary changes