cmackay / google-analytics-plugin

Cordova Google Analytics Plugin for Android & iOS
Apache License 2.0
89 stars 43 forks source link

Install via npm #61

Closed Jacse closed 8 years ago

Jacse commented 8 years ago

Would be cool if we could be able to install like so: cordova plugin add cordova-plugin-google-analytics

That's the way most cordova plugins are installed as of Cordova 5.0+

cmackay commented 8 years ago

I use cordova plugin add to install it. what is the issue?

cordova plugin add com.cmackay.plugins.googleanalytics

Jacse commented 8 years ago

Sorry for being unclear - it's more a naming-convention thing as most plugins follow the above format.

Not an issue at all, merely suggesting to follow the new naming-convention :+1:

cmackay commented 8 years ago

looks like https://www.npmjs.com/package/cordova-plugin-google-analytics is taken :)