jvon_mobile/node_modules/cordova-android/node_modules/cordova-registry-mapper
Chris Cromer 27c42a55c8 Initial commit
Signed-off-by: Chris Cromer <chris@cromer.cl>
2018-10-07 21:10:39 -03:00
..
tests Initial commit 2018-10-07 21:10:39 -03:00
.npmignore Initial commit 2018-10-07 21:10:39 -03:00
.travis.yml Initial commit 2018-10-07 21:10:39 -03:00
README.md Initial commit 2018-10-07 21:10:39 -03:00
index.js Initial commit 2018-10-07 21:10:39 -03:00
package.json Initial commit 2018-10-07 21:10:39 -03:00

README.md

Build Status

#Cordova Registry Mapper

This module is used to map Cordova plugin ids to package names and vice versa.

When Cordova users add plugins to their projects using ids (e.g. cordova plugin add org.apache.cordova.device), this module will map that id to the corresponding package name so cordova-lib knows what to fetch from npm.

This module was created so the Apache Cordova project could migrate its plugins from the Cordova Registry to npm instead of having to maintain a registry.