Skip to content

tsvetie/nativescript-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,495 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NativeScript Command-Line Interface

A fork of the NativeScript Command-Line Interface(https://github.com/NativeScript/nativescript-cli) that implements the following commands:

  1. "tns platform add vr"
  2. "tns build vr"
  3. "tns run vr --justlaunch" - performs "tns platform add vr" if necessary and "tns build vr".

Prerequisites:

  1. Install unity - https://unity3d.com/
  2. Add to PATH environment variable the path to unity.exe.
  3. Download and install the nativescript-2.5.0.tgz from the root of the repository (npm install -g)

Steps to test the added commands:

  1. "tns create [AppName] --tsc"
  2. "cd [AppName]"
  3. "tns run vr --justlaunch"

About

Command-line interface for building NativeScript apps

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 76.3%
  • TypeScript 22.6%
  • JavaScript 0.4%
  • Ruby 0.3%
  • PowerShell 0.2%
  • GLSL 0.2%