natete / generator-requionic

MIT License
2 stars 2 forks source link

[Core] [Plugins] Generator can be able to define which plugins the app will use and them should use the most popular supported by phonegap cloud build system #3

Closed agomezmoron closed 8 years ago

agomezmoron commented 8 years ago

In order to have a standard system to be able to build it in a standard platform like PhoneGap cloud build system, the app should use the standard plugins located in: https://build.phonegap.com/plugins

agomezmoron commented 8 years ago

Take account the PhoneGap Build Plugins Repository is slowly being deprecated in favour of Cordova plugins on npm [http://cordova.apache.org/plugins/]

agomezmoron commented 8 years ago

After discussing with the rest of contributors, the generator will offer the most used plugins and the user will choose which one would like to have added in the project during the creation.

agomezmoron commented 8 years ago

The generator will support npm modules. Looking for pgb modules as npm ones.

agomezmoron commented 8 years ago

Last commit done: https://github.com/natete/generator-reqionic/commit/a8db02f7de50b55bf9b36a28b70088c8da566d80

Supporting some plugins. For the future would be great if we add the most popular plugins as supported.