https://github.com/kkebo/devtoys.swiftpm
DevToys for iPad (WIP)
https://github.com/kkebo/devtoys.swiftpm
developer-tools ios ipad ipados swift swift-playground swift-playgrounds
Last synced: 7 months ago
JSON representation
DevToys for iPad (WIP)
- Host: GitHub
- URL: https://github.com/kkebo/devtoys.swiftpm
- Owner: kkebo
- License: mit
- Created: 2022-02-16T17:47:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-15T15:12:18.000Z (7 months ago)
- Last Synced: 2025-03-16T18:11:13.380Z (7 months ago)
- Topics: developer-tools, ios, ipad, ipados, swift, swift-playground, swift-playgrounds
- Language: Swift
- Homepage:
- Size: 10.1 MB
- Stars: 43
- Watchers: 6
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DevToys for iPad
[](https://www.swift.org)
[](https://itunes.apple.com/jp/app/swift-playgrounds/id908519492)

[](LICENSE.txt)This app is a SwiftUI reimplementation of [DevToys](https://devtoys.app), a Swiss Army Knife for developers, for iPadOS.
## Features
- Converters
- [x] JSON <> YAML
- Partial support
- [x] Number Base
- [x] Unix Timestamp
- Encoders / Decoders
- [x] HTML
- [x] URL
- [x] Base64
- [ ] GZip
- [x] JWT Decoder
- Formatters
- [x] JSON
- [ ] SQL
- [ ] XML
- Generators
- [x] Hash (MD5, SHA1, SHA256, SHA512)
- [x] UUID (v1, v4)
- [x] Lorem Ipsum
- [ ] Checksum
- Text
- [ ] Inspector & Case Converter
- [ ] Regex Tester
- [ ] Text Comparer
- [x] Markdown Preview
- [x] List Comparer
- Graphic
- [ ] Color Blindness Simulator
- [ ] PNG / JPEG Compressor
- [ ] Image Converter## Target platforms
- iPadOS 18.1 or later
- iOS 18.1 or later
## Build requirements- Swift Playground 4.6 or later (iPadOS 18.1 or later)
- Swift Playground 4.6 or later (macOS 14.0 or later)
- Xcode 16.1 or later (macOS 14.5 or later)
>>>>>>> bce72f0## Get Started
1. Clone this repository
- To clone, I recommend using [Working Copy](https://workingcopyapp.com) or [a-Shell](https://holzschu.github.io/a-Shell_iOS/) (`lg2` command).
1. Open DevToys.swiftpm with Swift Playground
1. Run