blackberry / WebWorks-Community-APIs

Community owned repository containing JavaScript Extensions for BlackBerry WebWorks
Apache License 2.0
140 stars 204 forks source link

Update Template for NPM style of plugin name #408

Closed timwindsor closed 9 years ago

timwindsor commented 9 years ago

Plugins on NPM will use cordova-plugin- format which changes some of the scripts we use for plugin names in the Template, where we are assuming a reverse domain name format, which translates easily to Object notation.

timwindsor commented 9 years ago

Completed in new Yeoman Generator https://github.com/blackberry/generator-cordova-plugin-bb10