UNPKG

@appshuttle.io/turing

Version:
29 lines (18 loc) 1.4 kB
# Shuttle Turing ## Description Turing is in charge of handling the code generation for the [Shuttle](http://appshuttle.io) 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](https://www.npmjs.com/package/@appshuttle.io/turing). This allows Shuttle to work independently to the progress made by Turing. Turing can be used by installing the NPM dependency with: ```console $ 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](https://github.com/AppShuttleInc/Shuttle-Turing/blob/master/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.