Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 883 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 883 Bytes

NPM version

rempl-cli

Command line app to launch rempl server instance.

Install

It's preferred to install rempl-cli globally:

npm install -g rempl-cli

Don't use -g flag in case you want use it locally.

Usage

Start a server

rempl

That's it!

Options:

> rempl -h
Launch rempl server

Usage:

  rempl [options]

Options:

      --dev                Developer mode (use dev version of everything when possible)
  -h, --help               Output usage information
      --no-color           Suppress color output
  -p, --port <n>           Listening port (default 8177)
      --ssl                Enable https
      --ssl-cert <path>    Path to SSL .cert file
      --ssl-key <path>     Path to SSL .key file
  -v, --version            Output version