Skip to content

Instantly share code, notes, and snippets.

@emilbayes
Created August 9, 2017 08:10
Show Gist options
  • Save emilbayes/af3188f9721949c72c50ecd1ccde91d9 to your computer and use it in GitHub Desktop.
Save emilbayes/af3188f9721949c72c50ecd1ccde91d9 to your computer and use it in GitHub Desktop.
Cordova Plugin Development
#!/usr/bin/env bash
cordova create test com.test.app test
cd test
cordova platform add android
cordova plugin add [PLUGIN_NAME] [PLUGIN_PATH]
cordova prepare
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment