Skip to content

Pixel-Services/ptkp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ptkp - Plugin System 🛠️

Ptkp is a library made for plugin systems. It was previously part of the PTK (Pixel Tool Kit) library, but has been separated into its own library for easier use and maintenance.

Getting Started

Prerequisites

  • Java 17 or higher
  • Maven

Installation

To include ptkp in your project, add the following dependency and repository to your pom.xml:

Dependency

<dependency>
    <groupId>com.pixelservices.plugin</groupId>
    <artifactId>ptkp</artifactId>
    <version>${ptkpversion}</version>
</dependency>

Repository

<repository>
    <id>pixel-services-releases</id>
    <name>Pixel Services</name>
    <url>https://maven.pixel-services.com/releases</url>
</repository>

Contributing

We welcome contributions! To contribute to ptkp:

  1. Fork the repository: ptkp on GitHub
  2. Create a feature branch: git checkout -b feature-name
  3. Commit your changes: git commit -m 'Add feature'
  4. Push to the branch: git push origin feature-name
  5. Submit a pull request.

About

A library for plugin systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages