@appshuttle.io/turing
v0.0.22
Published
Code Generation Library used in Shuttle
Downloads
49
Maintainers
Readme
Shuttle Turing
Description
Turing is in charge of handling the code generation for the Shuttle project. It takes a .shuttle
file as input and creates both a native iOS and Android projects in both Xcode (Swift 4) and Android Studio (Java) respectively.
NPM
Turing is used by Shuttle as a NPM dependency. You can find the NPM here. This allows Shuttle to work independently to the progress made by Turing.
Turing can be used by installing the NPM dependency with:
$ npm i @appshuttle.io/turing
Outputs
Turing currently generates:
For iOS:
- iOS 10+ apps, Xcode 9.0+ projects, Swift 4.0+ code
For Android:
- Android 4.0+ apps, Android Studio 3.1.2+ projects, Java 8.0+ code
Licence
This project is licensed under the terms of the MIT license. See the LICENSE file.
This project and all Shuttle tools are in no way affiliated with Apple Inc, Android or Google. This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. All Shuttle tools run on your own computer or server, so your credentials or other sensitive information will never leave your own computer. You are responsible for how you use Shuttle tools.