commit | 4328a39276a2ded4bcf1dba7c33bfb9d8f35cfd2 | [log] [tgz] |
---|---|---|
author | Steve Gill <stevengill97@gmail.com> | Mon Jan 25 14:34:17 2016 -0800 |
committer | Steve Gill <stevengill97@gmail.com> | Mon Jan 25 14:34:17 2016 -0800 |
tree | c20eff56409868ee2d4b4576ed8db3ce4e1b6b82 | |
parent | 404cd77e7bad501f7f299e53cda52e571e8f5675 [diff] |
CB-10424 Updated version and RELEASENOTES.md for release 6.0.0
BuildBot waterfall with cordova-mobile-spec running on real Android and iOS devices.
Contains npm modules used primarily by cordova and plugman.
:warning: Report issues on the Apache Cordova issue tracker
git clone https://git-wip-us.apache.org/repos/asf/cordova-lib.git
cd cordova-lib/cordova-lib
npm install && npm link
cd ../../cordova-cli && npm link cordova-lib && npm install
cd ../../cordova-plugman && npm link cordova-lib && npm install
This package exposes the following commands;
npm run jshint
- runs jshint check against all js files
npm run jasmine
- runs jasmine tests from spec-plugman and spec-cordova directories
npm run cover
- runs istanbul code coverage tool to measure tests coverage
npm test
- shortcut for npm run jshint && npm run jasmine