cordova-cli
cordova-cli copied to clipboard
Apache Cordova CLI
# Bug Report ## Problem Running `cordova prepare` inside a stub project does not create the project correctly. ### What is expected to happen? For a subsequent call to `cordova...
# Bug Report ## Problem ### What is expected to happen? User should be told that they are missing git and should install it. ### What does actually happen? ```...
# Feature Request ## Motivation Behind Feature For a monorepo with single dependencies, a single config.xml I have to change the xml before build. It would be better if there...
# Bug Report ## Problem ### What is expected to happen? I can uninstall the plugin without having to specify variables. ### What does actually happen? I have this plugins...
If a prepare hook is defined in a platform block, it is not executed when `cordova prepare` is called without specifying a platform. My expectation is that the platform prepare...
# Feature Request please add a flag in cli to accept manual directory paths to the cordova directory so we can automate the Dev process more easily. ## Motivation Behind...
We're all on Windows 10, and running Cordova 8.1.2 ([email protected]). Whenever any of us run `cordova run browser`, all of the CRLF newlines* in config.xml and package.json are replaced with...
# Bug Report ## Problem On several `cordova` commands, the `nosave` flag causes issues. ------------------------------------------------------------ ### What is expected to happen? Platform/plugin correctly installed. Installation succeeds without the `nosave` flag....
### Requirements - sub-command support - generate usage text from specification AFAICT, `nopt` does not satisfy any of those, so let's look at [some alternatives](https://www.npmtrends.com/minimist-vs-optimist-vs-yargs-vs-commander-vs-optionator-vs-nopt-vs-meow). ### Disqualifications - `meow` and...
# Bug Report ## Problem ### What is expected to happen? cordova is expected to load on android platform when using option --livereload ### What does actually happen? cordova is...