|
| 1 | +[ |
| 2 | + { |
| 3 | + "title": "OpenBytesNavigation", |
| 4 | + "author": "0xOpenBytes", |
| 5 | + "url": "https://github.com/0xOpenBytes/OpenBytesNavigation", |
| 6 | + "iconURL": "https://avatars.githubusercontent.com/u/92551192?s=200&v=4", |
| 7 | + "description": "SwiftUI library that provides a flexible and easy-to-use navigation system for your SwiftUI apps." |
| 8 | + }, |
| 9 | + { |
| 10 | + "title": "Network", |
| 11 | + "author": "0xOpenBytes", |
| 12 | + "url": "https://github.com/0xOpenBytes/Network", |
| 13 | + "iconURL": "https://avatars.githubusercontent.com/u/92551192?s=200&v=4", |
| 14 | + "description": "Output and Input for remote URLs using REST." |
| 15 | + }, |
| 16 | + { |
| 17 | + "title": "Cache", |
| 18 | + "author": "0xOpenBytes", |
| 19 | + "url": "https://github.com/0xOpenBytes/Cache", |
| 20 | + "iconURL": "https://avatars.githubusercontent.com/u/92551192?s=200&v=4", |
| 21 | + "description": "Simple in-memory key-value store." |
| 22 | + }, |
| 23 | + { |
| 24 | + "title": "Disk", |
| 25 | + "author": "0xOpenBytes", |
| 26 | + "url": "https://github.com/0xOpenBytes/Disk", |
| 27 | + "iconURL": "https://avatars.githubusercontent.com/u/92551192?s=200&v=4", |
| 28 | + "description": "Output and Input for Files." |
| 29 | + }, |
| 30 | + { |
| 31 | + "title": "Test", |
| 32 | + "author": "0xOpenBytes", |
| 33 | + "url": "https://github.com/0xOpenBytes/Test", |
| 34 | + "iconURL": "https://avatars.githubusercontent.com/u/92551192?s=200&v=4", |
| 35 | + "description": "Test is a simple testing function that allows you to create test suites with multiple steps, expectations, and assertions." |
| 36 | + }, |
| 37 | + { |
| 38 | + "title": "Swish", |
| 39 | + "author": "FullQueueDeveloper", |
| 40 | + "url": "https://github.com/FullQueueDeveloper/Swish", |
| 41 | + "iconURL": "https://avatars.githubusercontent.com/u/103295874", |
| 42 | + "description": "Swish is a Swift script running tool to easily run Swift packages in a supporting relative directory named Swish. Swish pairs nicely with Sh to run shell commands and process shell output from your Swift scripts." |
| 43 | + }, |
| 44 | + { |
| 45 | + "title": "Sh", |
| 46 | + "author": "FullQueueDeveloper", |
| 47 | + "url": "https://github.com/FullQueueDeveloper/Sh", |
| 48 | + "iconURL": "https://avatars.githubusercontent.com/u/103295874", |
| 49 | + "description": "Sh lets you reason about your script in Swift, easily calling shell commands and using their output in your Swift program. Or when orchestrating a build script, simply redirect all output to the terminal, a log file, or /dev/null." |
| 50 | + }, |
| 51 | + { |
| 52 | + "title": "ShGit", |
| 53 | + "author": "FullQueueDeveloper", |
| 54 | + "url": "https://github.com/FullQueueDeveloper/ShGit", |
| 55 | + "iconURL": "https://avatars.githubusercontent.com/u/103295874", |
| 56 | + "description": "Git wrapper for Swift powered by Sh." |
| 57 | + }, |
| 58 | + { |
| 59 | + "title": "ShXcrun", |
| 60 | + "author": "FullQueueDeveloper", |
| 61 | + "url": "https://github.com/FullQueueDeveloper/ShXcrun", |
| 62 | + "iconURL": "https://avatars.githubusercontent.com/u/103295874", |
| 63 | + "description": "A wrapper around xcodebuild, agvtool, and other xcrun tools, built on top of Sh." |
| 64 | + }, |
| 65 | + { |
| 66 | + "title": "Fork", |
| 67 | + "author": "0xLeif", |
| 68 | + "url": "https://github.com/0xLeif/Fork", |
| 69 | + "iconURL": "https://avatars.githubusercontent.com/u/8268288?v=4", |
| 70 | + "description": "Fork is a Swift library that allows for parallelizing multiple async functions. It provides a Fork struct that takes a single input and splits it into two separate async functions that return different outputs. The two functions can then be merged into one which returns a single output." |
| 71 | + }, |
| 72 | + { |
| 73 | + "title": "Scribe", |
| 74 | + "author": "0xLeif", |
| 75 | + "url": "https://github.com/0xLeif/Scribe", |
| 76 | + "iconURL": "https://avatars.githubusercontent.com/u/8268288?v=4", |
| 77 | + "description": "Scribe is a flexible logging library for Swift, designed to make logging easy and efficient." |
| 78 | + }, |
| 79 | + { |
| 80 | + "title": "XcodeGen", |
| 81 | + "author": "yonaskolb", |
| 82 | + "url": "https://github.com/yonaskolb/XcodeGen", |
| 83 | + "iconURL": "https://avatars.githubusercontent.com/u/2393781", |
| 84 | + "description": "XcodeGen is a command line tool written in Swift that generates your Xcode project using your folder structure and a project spec." |
| 85 | + }, |
| 86 | + { |
| 87 | + "title": "xcparse", |
| 88 | + "author": "ChargePoint", |
| 89 | + "url": "https://github.com/ChargePoint/xcparse", |
| 90 | + "iconURL": "https://avatars.githubusercontent.com/u/9879654", |
| 91 | + "description": "A command line tool to extract code coverage & screenshots from Xcode 11 XCResult files." |
| 92 | + } |
| 93 | +] |
0 commit comments