bruce3x / APIMockHelper

Push config files to Android device. See more https://github.com/brucezz/APIMock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APIMockHelper

PyPI version

Push config files to Android device. See more https://github.com/brucezz/APIMock

Installation

Install by pip:

pip install api.mock --upgrade

USAGE

$ api.mock -h

API Mock Helper.

Usage:
    api.mock [init | push] [-d DIR] [-v | --verbose]
    api.mock clean [remote | local] [-d DIR] [-v | --verbose]

    api.mock (-h | --help)
    api.mock --version

Options:
    init                Generate default config files.
    push                Push configs to Android device.
    clean remote        Remove config files on Android device.
    clean local         Remove local config files.
    -d DIR              The location of local config files (default current directory).
    -v --verbose        Print more messages.
    -h --help           Show this message.
    --version           Show version.

More information see:
  https://github.com/brucezz/APIMockHelper
  https://github.com/brucezz/APIMock

About

Push config files to Android device. See more https://github.com/brucezz/APIMock

License:Apache License 2.0


Languages

Language:Python 100.0%