1.0.9 • Published 6 years ago

marmothq-cli v1.0.9

Weekly downloads
57
License
MIT
Repository
github
Last release
6 years ago

marmothq-cli

NPM version Build status Dependency status Coverage status

command-line interface for Marmot

Installment

$ npm i marmothq-cli -g

Usage

report

$ marmot report -c ./marmot.config.js

Configuration

module.exports = {
  files: [
    `build/Release-iphonesimulator/${pkg.name}.app`
  ],
  packages: [
    {
      version,
      path: `${pkg.name}.app`,
    }
  ],
  testInfo: {
  },
  extraInfo: {
  }
};

User helper methods to resolve the iOS and Android platforms.

const helper = require('marmothq-cli').helper;
const { webUtils } = helper;

Environment Variable

namedescription
MARMOT_SERVER_URLserver url for Marmot server

License

MIT

1.0.9

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago