bennmapes / cordova-plugin-tester

Used to test plugins when migrating cordova to a plugin framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cordova Plugin Tester

Cordova Plugin Tester command-line interface and Node.js library.

Command-line

Install (inside cordova-plugin-tester project)

$ npm install

Usage

Usage: tester [options] [commands]

Description:

  Cordova Plugin Tester command-line tool.

Commands:

  create [path]        create a plugin testing project
  emulate [path]       emulate tester project
  help [command]       output usage information
  version              output version number

Options:

  -v, --version        output version number
  -h, --help           output usage information

Examples:

  $ tester create
  $ tester emulate

About

Used to test plugins when migrating cordova to a plugin framework.


Languages

Language:JavaScript 100.0%