Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkebo/devtoys.swiftpm
DevToys for iPad (WIP)
https://github.com/kkebo/devtoys.swiftpm
developer-tools ios ipad ipados swift swift-playgrounds
Last synced: 17 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T15:10:46.000Z (about 2 months ago)
- Last Synced: 2024-09-18T00:00:06.782Z (about 2 months ago)
- Topics: developer-tools, ios, ipad, ipados, swift, swift-playgrounds
- Language: Swift
- Homepage:
- Size: 9.43 MB
- Stars: 36
- Watchers: 6
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DevToys for iPad
[![Swift](https://img.shields.io/badge/Swift-5.10-orange.svg)](https://www.swift.org)
[![Swift Playgrounds](https://img.shields.io/badge/Swift%20Playgrounds-4.5-orange.svg)](https://itunes.apple.com/jp/app/swift-playgrounds/id908519492)
![Platform](https://img.shields.io/badge/platform-ipados%20%7C%20ios-lightgrey.svg)
[![License](https://img.shields.io/github/license/kkebo/DevToys.swiftpm.svg)](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
- Graphic
- [ ] Color Blindness Simulator
- [ ] PNG / JPEG Compressor
- [ ] Image Converter## Target platforms
- iPadOS 17.2 or later
- iOS 17.2 or later
## Build requirements- Swift Playgrounds 4.5 or later (iPadOS 17.2 or later)
- Swift Playgrounds 4.5 or later (macOS 13.0 or later)
- Xcode 15.3 or later (macOS 14.0 or later)## 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 Playgrounds
1. Run