Pelican4J/README.md

49 lines
1.7 KiB
Markdown
Raw Normal View History

2024-04-28 16:43:40 -07:00
[![MIT License](https://img.shields.io/badge/License-MIT-limegreen.svg?style=plastic)](https://choosealicense.com/licenses/mit)
[![Maven Publish Workflow](https://git.rainnny.club/Rainnny/Pelican4J/actions/workflows/maven-publish.yml/badge.svg)](./actions?workflow=maven-publish.yml)
2024-04-28 16:55:14 -07:00
![Wakatime Hours](https://wakatime.rainnny.club/api/badge/Rainnny/interval:any/project:Pelican4J)
[![Discord](https://discord.com/api/guilds/827863713855176755/widget.png)](https://discord.gg/p9gzFE2bc6)
2024-04-28 16:43:40 -07:00
2024-04-28 17:23:46 -07:00
# 🦅 Pelican4J
2024-04-28 16:43:40 -07:00
A Java API wrapper for the [Pelican](https://pelican.dev) and [Pterodactyl](https://pterodactyl.io) panel API.
> [!IMPORTANT]
> This API is currently a WIP and is not yet complete.
---
2024-04-28 17:28:36 -07:00
# Table of Contents
- [Installation](#-installation)
2024-04-28 16:43:40 -07:00
- [Maven](#maven)
- [Gradle (Kotlin DSL)](#gradle-kotlin-dsl)
2024-04-28 17:28:36 -07:00
- [Getting Started](#-getting-started)
2024-04-28 16:43:40 -07:00
---
2024-04-28 17:23:46 -07:00
## 🔬 Installation
2024-04-28 17:28:36 -07:00
Before getting started, you must add the dependency to your project.
Below you can find the dependency for both [Maven](#maven) and [Gradle](#gradle-kotlin-dsl).
2024-04-28 16:43:40 -07:00
### Maven
2024-04-28 17:28:36 -07:00
```xml
<dependency>
<groupId>me.braydon</groupId>
<artifactId>Pelican4J</artifactId>
<version>VERSION</version>
</dependency>
```
2024-04-28 16:55:14 -07:00
2024-04-28 16:43:40 -07:00
### Gradle (Kotlin DSL)
2024-04-28 17:28:36 -07:00
```kt
implementation("me.braydon:Pelican4J:VERSION")
```
2024-04-28 16:55:14 -07:00
2024-04-28 17:28:36 -07:00
## 🏃‍♂️ Getting Started
2024-04-28 16:55:14 -07:00
`TODO`
2024-04-28 16:43:40 -07:00
---
## YourKit
YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications.
YourKit is the creator of [YourKit Java Profiler](https://www.yourkit.com/java/profiler), [YourKit .NET Profiler](https://www.yourkit.com/.net/profiler), and [YourKit YouMonitor](https://www.yourkit.com/youmonitor).
![Yourkit Logo](https://www.yourkit.com/images/yklogo.png)