marmothq-cli

1.0.9 • Public • Published

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

name description
MARMOT_SERVER_URL server url for Marmot server

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i marmothq-cli

Weekly Downloads

177

Version

1.0.9

License

MIT

Unpacked Size

18.5 kB

Total Files

16

Last publish

Collaborators

  • marmot.antgroup
  • xingxia
  • gxkl
  • zyhack
  • shaytang
  • kobe990