How to add cordova plug that haven't registration on plugins.cordova.io?

前端 未结 4 1643
感情败类
感情败类 2021-01-14 06:42

like these plugin

https://github.com/ArchieGoodwin/SilentShot

https://github.com/alongubkin/phonertc

they don\'t have a tarball url

c         


        
4条回答
  •  春和景丽
    2021-01-14 07:31

    Since I found it tedious to always look up the right package name and commit hash, and type in the tarball url, I created a little script, available as a gist, that uses bash and node to simplify this task a little:

    ./meteor_add_cordova.sh https://github.com/cordova-sms/cordova-sms-plugin
    

提交回复
热议问题