Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andooown/lexicon-gen
CLI tool written in Swift to generate Swift codes from AT Proto's Lexicon files.
https://github.com/andooown/lexicon-gen
atproto bluesky swift swift-package-manager swift-syntax swift-syntax-builder
Last synced: about 1 month ago
JSON representation
CLI tool written in Swift to generate Swift codes from AT Proto's Lexicon files.
- Host: GitHub
- URL: https://github.com/andooown/lexicon-gen
- Owner: andooown
- License: mit
- Created: 2023-07-27T10:03:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-21T18:16:07.000Z (about 1 year ago)
- Last Synced: 2024-10-30T17:23:57.689Z (2 months ago)
- Topics: atproto, bluesky, swift, swift-package-manager, swift-syntax, swift-syntax-builder
- Language: Swift
- Homepage:
- Size: 47.9 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# lexicon-gen ![CI](https://github.com/andooown/lexicon-gen/actions/workflows/ci.yml/badge.svg?branch=main) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fandooown%2Flexicon-gen%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/andooown/lexicon-gen) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fandooown%2Flexicon-gen%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/andooown/lexicon-gen)
CLI tool written in Swift to generate Swift codes from [AT Proto's Lexicon](https://atproto.com/guides/lexicon) files.
This tool is used to generate [swift-atproto](https://github.com/andooown/swift-atproto)'s `ATProtoAPI` library.🚧 This package is under development. 🚧
## Requirements
- Swift 5.9 or later## Installation
TBW## Author
- [andooown](https://github.com/andooown)## License
lexicon-gen is available under the MIT license. See the LICENSE file for more info.