There is no special structure, the serachpath is expected to contain plugins just as they are in git repo. The typical workflow would be:
mkdir local_registry cd local_registry git clone https://github.com/apache/cordova-plugin-file Optionally git clone some other plugins and possibly modify them And then plugman install --platform android --project /.../myproject/platforms/android --plugin org.apache.cordova.file \ --searchpath /path/to/local_registry Plumbindg to use this in cordova-cli is coming next On Tue, Jan 7, 2014 at 5:56 PM, Josh Soref <[email protected]> wrote: > Could you *please* provide a sample tar ball or zip file containing a > sample plugin or two and an associated command line which would work with > it? > > If not an actual archive, I'd be more than happy to have a script to > create a compatible archive. > > Something to actually show what goes into the thing and the command so I > can see what comes out. > > ‎Thanks. > --------------------------------------------------------------------- > This transmission (including any attachments) may contain confidential > information, privileged material (including material protected by the > solicitor-client or other applicable privileges), or constitute non-public > information. Any use of this information by anyone other than the intended > recipient is prohibited. If you have received this transmission in error, > please immediately reply to the sender and delete this information from > your system. Use, dissemination, distribution, or reproduction of this > transmission by unintended recipients is not authorized and may be unlawful. >
