cordova-plugman icon indicating copy to clipboard operation
cordova-plugman copied to clipboard

Apache Cordova Plugman

Results 25 cordova-plugman issues
Sort by recently updated
recently updated
newest added

Is there a way to fetch a specific commit? I tried: plugman install ... --plugin cordova-plugin-keyboard#1234 plugman install ... --plugin https://github.com/cjpearson/cordova-plugin-keyboard#1234 but they all "Failed to fetch plugin from registry".

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

# Bug Report ## Problem ### What is expected to happen? When the `-www` option is used, plugins should be installed in the given directory instead of the default `/cordova/plugins`...

# Bug Report ## Problem ### What is expected to happen? Plugman command not recognised after plugman help executed. ### What does actually happen? command not found: plugman ## Information...

info-needed

Those can probably be removed: ``` Author plugins create Create a plugin createpackagejson Add a package.json file to a plugin platform Add and remove platforms from a plugin ``` Some...

``` plugman create --name cordova-plugin-math --plugin_id cordova-plugin-math --plugin_version 0.0.1 plugman platform add --platform_name windows ``` results in ``` cordova-plugin-math ```

``` plugman create --name cordova-plugin-math --plugin_id cordova-plugin-math --plugin_version 0.0.1 ``` leads to ``` ``` which is invalid. --- Fixing manually to `cordova.plugins.math` or similar fixes the issue.

``` plugman create --name cordova-plugin-math --plugin_id cordova-plugin-math --plugin_version 0.0.1 plugman platform add --platform_name windows ``` leads to ``` ``` Those files being named identical, leads to this exception: ![image](https://user-images.githubusercontent.com/183673/56906033-c215d380-6aa1-11e9-9355-5d90fe3b7218.png) ```...

Missing: ``` Author plugins create Create a plugin createpackagejson Add a package.json file to a plugin platform Add and remove platforms from a plugin ``` Outdated: - all the registry...

``` λ plugman platform add --platform_name browser platform: browser not yet supported ```