A fork of the NativeScript Command-Line Interface(https://github.com/NativeScript/nativescript-cli) that implements the following commands:
- "tns platform add vr"
- "tns build vr"
- "tns run vr --justlaunch" - performs "tns platform add vr" if necessary and "tns build vr".
Prerequisites:
- Install unity - https://unity3d.com/
- Add to PATH environment variable the path to unity.exe.
- Download and install the nativescript-2.5.0.tgz from the root of the repository (npm install -g)
Steps to test the added commands:
- "tns create [AppName] --tsc"
- "cd [AppName]"
- "tns run vr --justlaunch"