What problem does it solve?
This skill addresses the need for packaging third-party C/C++ libraries for use in the Endstone environment, filling the gap where core gameplay is modified while preserving vanilla compatibility.
Core Features & Use Cases
- Dependency Packaging: Automates the process of creating Conan recipes for external libraries that are not available in conancenter.
- Recipe Scaffold: Provides a framework for building and publishing Conan recipes under specific naming and structure guidelines.
- Publishing: Handles the uploading of these recipes to the endstone Cloudsmith remote for easy consumption in Endstone projects.
- Validation: Offers validation for the created recipes on Windows and Linux environments.
Quick Start
Add a Conan recipe by providing package name, version, source tarball URL, and other details. Let the skill create the necessary files and publish the recipe to Cloudsmith.