Command line app to launch rempl server instance
npm install rempl-cli
Command line app to launch rempl server instance.
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.
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
--ssl Enable https
--ssl-cert
--ssl-key
-v, --version Output version
``