You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Skylar Ittner a77144c6bc Push source 7 years ago
..
tests Push source 7 years ago
.npmignore Push source 7 years ago
.travis.yml Push source 7 years ago
README.md Push source 7 years ago
index.js Push source 7 years ago
package.json Push source 7 years ago

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.