erisu commented on PR #1269:
URL: https://github.com/apache/cordova-docs/pull/1269#issuecomment-1288511481

   Note about plugin data structure:
   
   ```yml
   -   title: Battery Status
       repoName: cordova-plugin-battery-status
       packageName: cordova-plugin-battery-status
       supportedPlatforms:
       - android
       - browser
       - ios
   ```
   
   * `repoName` = GitHub Repo Name
   * `packageName` = npm Package Name
   
   Currently, they are all identical but there is the theory that we could 
eventually scope our packages. The idea of scoping them would make allow others 
to easily identify what is Apache Cordova's official plugin vs Third-Party 
plugins.
   
   If we scope in the future, the repo name and package name would not match. 
   
   E.g for Device plugin.
   
   * repo name = `cordova-plugin-device`
   * package name = `@cordova/plugin-device`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to