Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bdrelling/kippleplugins

A collection of Swift Package Manager plugins.
https://github.com/bdrelling/kippleplugins

ios swift

Last synced: 2 months ago
JSON representation

A collection of Swift Package Manager plugins.

Awesome Lists containing this project

README

        

# KipplePlugins

[![Latest Release](https://img.shields.io/github/v/tag/bdrelling/KipplePlugins?color=blue&label=)](https://github.com/bdrelling/KipplePlugins/tags)
[![Swift Compatibility](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fbdrelling%2FKipplePlugins%2Fbadge%3Ftype%3Dswift-versions&label=)](https://swiftpackageindex.com/bdrelling/KipplePlugins)
[![Platform Compatibility](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fbdrelling%2FKipplePlugins%2Fbadge%3Ftype%3Dplatforms&label=)](https://swiftpackageindex.com/bdrelling/KipplePlugins)
[![License](https://img.shields.io/github/license/bdrelling/KipplePlugins?label=)](https://github.com/bdrelling/KipplePlugins/blob/main/LICENSE)
[![Apple CI Status](https://github.com/bdrelling/KipplePlugins/actions/workflows/apple_tests.yml/badge.svg)](https://github.com/bdrelling/KipplePlugins/actions/workflows/apple_tests.yml)
[![Linux CI Status](https://github.com/bdrelling/KipplePlugins/actions/workflows/linux_tests.yml/badge.svg)](https://github.com/bdrelling/KipplePlugins/actions/workflows/linux_tests.yml)
[![Code Coverage](https://img.shields.io/codecov/c/github/bdrelling/KipplePlugins)](https://codecov.io/gh/bdrelling/KipplePlugins)

A collection of Swift Package Manager plugins.

> [!WARNING]
> 🚧 This library is still under construction. Parts of it may still be undocumented, untested, and overall incomplete.

> [!WARNING]
> The code in this library has been made public as-is solely for the purposes of reference, education, discovery, and personal use. As such, stability for production applications **CANNOT** be guaranteed; however, if you're interested in leveraging code within this library in your own projects, feel free to do so at your own risk.
>
> Please open GitHub issues for any problems you encounter or requests you have and we will do my best to provide support.

## Resources

- [Swift Plugins Documentation](https://github.com/apple/swift-package-manager/blob/main/Documentation/Plugins.md)