Skip to content

Instantly share code, notes, and snippets.

@evandroamparo
Created May 11, 2015 16:35
Show Gist options
  • Save evandroamparo/8787625ee7f610b6e4d7 to your computer and use it in GitHub Desktop.
Save evandroamparo/8787625ee7f610b6e4d7 to your computer and use it in GitHub Desktop.
Phonegap dev
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "(iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))) >$null 2>&1" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
cinst nodejs
npm install -g phonegap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment