1.0.1 • Published 4 years ago

chrome-launcher-server v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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
  }
}