You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TODO: Check if the actual library code here is used in Cordova somewhere else.
This repository contains only the CLI of plugman. All actual functionality is implemented in cordova-lib/src/plugman. This "plugman library" contains some parts that are not used by anything but the plugman CLI and some parts that are also used during certain operations of Cordova CLI. I'll gladly do the deed of removing all unnecessary cruft, should we decide to do this.
Those can probably be removed:
Some input:
plugman create
,plugman createpackagejson
andplugman platform
create.Oh look, something like this already exists:
https://github.com/phonegap/phonegap-plugin-template
https://github.com/cesilva/cordova-plugin-template
Unfortunately this is gone:
https://www.npmjs.com/package/cordova-plugin-template
Although we probably don't need to publish this to npm anyway.
The text was updated successfully, but these errors were encountered: