Created
June 5, 2017 12:45
-
-
Save gokman/92df9aa696e0d48ba1bc3109e863d5e6 to your computer and use it in GitHub Desktop.
add native plugin to platform in ionic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # first install plugman | |
| npm install -g plugman | |
| # add native plugin (ex: android plugin) to the ionic project | |
| plugman install --platform <android or ios> --project platforms/<android or ios> --plugin <plugin location (directory or git repo url)> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment