Skip to content

Instantly share code, notes, and snippets.

@AKNiazi
Last active November 1, 2016 15:22
Show Gist options
  • Save AKNiazi/2463867b647e23106c4f8102c7afd397 to your computer and use it in GitHub Desktop.
Save AKNiazi/2463867b647e23106c4f8102c7afd397 to your computer and use it in GitHub Desktop.
Commands for native Script
tns doctor (to check everything installed is Ok)
tns create my-app-name --ng (to create new app from scratch)
tns platform add android (to add android platform in the app)
tns run android --emulator (to run with an emulator)
tns run android (to run with a device)
tns livesync android --watch or tns livesync android --emulator --watch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment