Marcel Kinard created CB-5029:
---------------------------------

             Summary: CLI should show plugin dependencies
                 Key: CB-5029
                 URL: https://issues.apache.org/jira/browse/CB-5029
             Project: Apache Cordova
          Issue Type: New Feature
          Components: Plugman
            Reporter: Marcel Kinard
            Priority: Minor


It would be nice if the list of plugins could identify dependencies.

For example, instead of:
$ cordova plugin
[ 'org.apache.cordova.file',
  'org.apache.cordova.file-transfer' ]

Perhaps it could say something like:
[ 'org.apache.cordova.file',
  'org.apache.cordova.file-transfer',
  { dependencies:
    { 'org.apache.cordova-file-transfer': [ 'org.apache.cordova.file' ] }
  } ]



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to