https://github.com/insidegui/listr
Sample for my article on writing command line interfaces for iOS apps.
https://github.com/insidegui/listr
Last synced: about 2 months ago
JSON representation
Sample for my article on writing command line interfaces for iOS apps.
- Host: GitHub
- URL: https://github.com/insidegui/listr
- Owner: insidegui
- License: bsd-2-clause
- Created: 2020-03-01T20:48:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T21:25:12.000Z (about 6 years ago)
- Last Synced: 2026-01-22T09:26:24.973Z (4 months ago)
- Language: Swift
- Size: 15.6 KB
- Stars: 48
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Listr
Sample app showing how it's possible to create a command line interface for an iOS app using the [MultipeerKit](https://github.com/insidegui/MultipeerKit) library.
[Read the article for more details](https://rambo.codes/posts/2020-03-01-writing-command-line-interfaces-for-ios-apps).