npm install rdebugThis is a simple tool to syncronize help you control your dev environment remotely
* File and folder syncronization between client/server
* Auto refresh on code edit
npm install -g rdebug
rdebug --help
``
Usage: rdebug-v2 [options] [command]
Commands:
server [options]
client [options]
Options:
-h, --help output usage information
-V, --version output the version number
`
rdebug server --help
`
Usage: server [options]
Starts a new rdebug server
Options:
-h, --help output usage information
-p, --port [number] The port of the server [3000]
-s, --autoStart Flag to start the project automatically after connection with client
-r, --autoRefresh Flag to refresh the project automatically after updates
`
rdebug client --help
`
Usage: client [options]
Starts a new rdebug client
Options:
-h, --help output usage information
-p, --port [number] The port of the server [3000]
-h, --host [host] The host of the server [localhost]
-s, --sync Flag to syncronize files on startup
``
MIT