# Generates testing realted files

```
Usage: npx tysontesting <foldername>

  Options:

    -h, --help                output usage information
    -V, --version             output the version number

```

## Install

```
npm i testing-fm1

```

## Example

```
npx testing devicefarmtest

```

will create

```
devicefarmtest
|
+--__tests__
|  |
|  +--appium_testing.js
|
+--.babelrc
|
+--.jshintrc
|
+--jest.config.js
|
+--package.json

```
