chrome-launcher-server

1.0.1 • Public • Published

chrome-launcher-server

chrome-launcher manager server.

Install

$ npm install -g chrome-launcher-server

Usage

Run server in command line.

$ chrome-server [options]

Options

Show all options

$ chrome-server --help
  Usage: chrome-server [options]
 
  Options:
 
    -V, --version              output the version number
    -h, --host [host]          listen address
    -p, --port [port]          listen port
    -v, --verbose              verbose
    -c, --config [configFile]  config file to load
    --help                     output usage information

Configuration file

{
  port: 5101,
  host: '0.0.0.0',
  log4js: {
    ... // log4js configuration
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i chrome-launcher-server

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

48.9 kB

Total Files

18

Last publish

Collaborators

  • wenjunxiao