find-testers-cli

0.0.5 • Public • Published

find-testers-cli

Find testers by country and device command line tool

Build Status

Package info

installation

Requires nodejs and git.

git clone https://github.com/bahmutov/find-testers-cli.git
cd find-testers-cli
npm install

Use

node index.js
// answer prompts and see matching testers

Command line options

The application can read parameters from the command line

node index.js --country us
// will prompt for devices

node index.js --country us,jp --device "iPhone 4, htc one"
// will display testers in two countries

3rd party modules

  • optimist for reading options from command line
  • prompt for asking the user to answer any remaining questions
  • easy-table to display the results
  • find-testers implements the main logic
  • check-types for consistent type assertions
  • gt for unit and end to end testing

Small print

Author: Gleb Bahmutov gleb.bahmutov@gmail.com License: MIT Copyright © 2013 Gleb Bahmutov

Readme

Keywords

none

Package Sidebar

Install

npm i find-testers-cli

Weekly Downloads

0

Version

0.0.5

License

BSD

Last publish

Collaborators

  • bahmutov