janpio commented on issue #849: Document how to install branch of Github repo / 
PR as platform/plugin
URL: https://github.com/apache/cordova-docs/issues/849#issuecomment-406232511
 
 
   Using a `#` to separate the branch name from the repo URL worked:
   ```
   cordova plugin add 
https://github.com/dudeofawesome/cordova-plugin-statusbar.git#CB-12024cordova-plugin-statusbar
   ```
   
   results in `package.json`:
   ```
   "dependencies": {
           ...
           "cordova-plugin-statusbar": 
"git+https://github.com/dudeofawesome/cordova-plugin-statusbar.git#CB-12024cordova-plugin-statusbar";,
           ...
       },
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to