Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdrelling/kippletools
A collection of common tools and commands used throughout the development process, customized for Kipple projects.
https://github.com/bdrelling/kippletools
swift
Last synced: about 2 months ago
JSON representation
A collection of common tools and commands used throughout the development process, customized for Kipple projects.
- Host: GitHub
- URL: https://github.com/bdrelling/kippletools
- Owner: bdrelling
- License: mit
- Created: 2022-07-21T21:41:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T04:38:13.000Z (7 months ago)
- Last Synced: 2024-10-20T21:37:29.626Z (2 months ago)
- Topics: swift
- Language: Swift
- Homepage: https://swiftpackageindex.com/swift-kipple/Tools
- Size: 164 KB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KippleTools
[![Latest Release](https://img.shields.io/github/v/tag/bdrelling/KippleTools?color=blue&label=)](https://github.com/bdrelling/KippleTools/tags)
[![Swift Compatibility](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fbdrelling%2FKippleTools%2Fbadge%3Ftype%3Dswift-versions&label=)](https://swiftpackageindex.com/bdrelling/KippleTools)
[![Platform Compatibility](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fbdrelling%2FKippleTools%2Fbadge%3Ftype%3Dplatforms&label=)](https://swiftpackageindex.com/bdrelling/KippleTools)
[![License](https://img.shields.io/github/license/bdrelling/KippleTools?label=)](https://github.com/bdrelling/KippleTools/blob/main/LICENSE)
[![Apple CI Status](https://github.com/bdrelling/KippleTools/actions/workflows/apple_tests.yml/badge.svg)](https://github.com/bdrelling/KippleTools/actions/workflows/apple_tests.yml)
[![Linux CI Status](https://github.com/bdrelling/KippleTools/actions/workflows/linux_tests.yml/badge.svg)](https://github.com/bdrelling/KippleTools/actions/workflows/linux_tests.yml)
[![Code Coverage](https://img.shields.io/codecov/c/github/bdrelling/KippleTools)](https://codecov.io/gh/bdrelling/KippleTools)A collection of common tools and commands used throughout the development process, customized for Kipple projects.
> [!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.