| commit | a77d765a38d05438c1baf0f2bf389535428620d7 | [log] [tgz] |
|---|---|---|
| author | Erisu <erisu@apache.org> | Wed Nov 05 23:40:40 2025 +0900 |
| committer | Erisu <erisu@apache.org> | Wed Nov 05 23:40:40 2025 +0900 |
| tree | e30cccec5073867fd98114e62a70d38150feae61 | |
| parent | 6c2cdd9347b3ca3cd5dea8b1bc64e27c7e102d9b [diff] |
chore: increment package version to 13.0.1-dev
Contains npm modules used primarily by cordova and plugman.
git clone https://github.com/apache/cordova-lib.gitnpm install && npm linknpm install cordova-libNote: you will likely also want to get github.com/apache/cordova-common, github.com/apache/cordova-create, github.com/apache/cordova-serve which previously lived in this repo but have since been moved.
This package exposes the following commands;
npm run lint - runs a linter (eslint) on relevant source and test codenpm run unit-tests - runs the unit tests (via jasmine) from the spec/ directorynpm run cover - runs istanbul code coverage tool to measure unit test code coveragenpm run e2e-tests - runs heavy integration tests from the integration-tests/ directory (WARNING: these take a long time to run and rely on file and network I/O)npm test - shortcut for running the linter, the unit tests and the integration tests