tree: 3da6da39ecad7333efd88bc91951cfe9543a8f0f [path history] [tgz]
  1. tests/
  2. .npmignore
  3. .travis.yml
  4. index.js
  5. package.json
  6. README.md
node_modules/cordova-registry-mapper/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.