Skip to content

Instantly share code, notes, and snippets.

@toddanglin
Created January 25, 2017 02:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toddanglin/1181f6d71ebcb4da208f252331344352 to your computer and use it in GitHub Desktop.
Save toddanglin/1181f6d71ebcb4da208f252331344352 to your computer and use it in GitHub Desktop.
NativeScript BuddyBuild PostClone Step
#!/usr/bin/env bash
# Install NativeScript CLI
echo "******** Install NativeScript CLI *************"
npm install -g nativescript
# NativeScript Ready
echo "******** NativeScript CLI Ready *************"
tns --version
# Prepare NativeScript Project
echo "******** Prepare NativeScript iOS Project *************"
tns prepare ios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment