Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bsneed/StellarSwift
Swift Addons for Panic's Nova app.
https://github.com/bsneed/StellarSwift
Last synced: 13 days ago
JSON representation
Swift Addons for Panic's Nova app.
- Host: GitHub
- URL: https://github.com/bsneed/StellarSwift
- Owner: bsneed
- License: other
- Created: 2020-10-27T22:57:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T23:20:26.000Z (over 2 years ago)
- Last Synced: 2024-08-01T19:57:25.230Z (3 months ago)
- Language: JavaScript
- Size: 293 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StellarSwift
Swift Addons for Panic's Nova app.
## Language Server
Currently only supports Swift. Toolchains chosen via xcode-select are respected.
## Build Tasks
Build commands for Swift Package Manager project. Two separate task profiles for Running and Testing.
Build failures and issues do currently show up in the `issues` pane.## Syntax Highlighting
These definitions were provided by Pixel Foundry; A huge debt of gratitude to the team that built that out.
## TODO
- Add Tasks for swift-based scripting.
- Update errors on screen from completion/errors a little less aggressively.
- Add support for xcodebuild....
- Figure out how to debug effectively without jumping over to Xcode.