Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathanborror/startapp
Creates an Xcode environment.
https://github.com/nathanborror/startapp
swift xcode
Last synced: about 1 month ago
JSON representation
Creates an Xcode environment.
- Host: GitHub
- URL: https://github.com/nathanborror/startapp
- Owner: nathanborror
- Created: 2017-10-09T04:49:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T19:06:15.000Z (about 7 years ago)
- Last Synced: 2024-11-13T05:32:57.258Z (3 months ago)
- Topics: swift, xcode
- Language: Go
- Size: 130 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# startapp
Creates a base project environment based on the way I like to work.
Adjust the `/templates` folder to your needs and run `go generate`. Any file
or folder with the name `Project` will be replaced with the app name.Dependencies:
- https://github.com/mjibson/esc
- https://github.com/yonaskolb/XcodeGen## Tasks
- [ ] Support recursive connection types in generated Swift code
- [ ] Ignore ID scalar in favor of neelance/go-graphql's implementation
- [ ] Fix mutation arguments in Swift
- [x] Fix camelCase on Swift mutation strings
- [ ] Swift connection edges aren't generating `edges: [Edge]` correctly