server-watcher

0.0.1 • Public • Published

Server Watcher

A simple utility to recompile and respawn servers on file changes.

Installation

 
npm -g install server-watcher
 

Usage


Usage: server-watcher [options]

  Options:

    -h, --help                           output usage information
    -V, --version                        output the version number
    -p, --patterns <pattern>             Semicolon-separated list of patterns [**/*]
    -i, --ignore-patterns <pattern>      Semicolon-separated list to ignore
    -d, --ignore-directories             Ignore directoy updates
    -v, --verbose                        Output extra data to stderr
    -s, --server <server>                server to monitor
    -c, --compilation-command <command>  command to recompile server

See examples directory for example scripts.

License

MIT License

Package Sidebar

Install

npm i server-watcher

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • jrnewell