1.1.5 • Published 11 years ago

conquer v1.1.5

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

conquer

Runs NodeJS or Coffee while monitoring their code and config files for changes; the application is automatically restarted on crashes or changes. This allowes for realtime development and rapid prototyping.

Installation

$ [sudo] npm install -g conquer

Usage

Usage: conquer.js [options] <app.js> [app options]

Options:

  -h, --help                     output usage information
  -V, --version                  output the version number
  -e, --extensions [".js,.txt"]  watch for changes to these file extensions

Example:

  $ conquer -e ".js, .json" server.js --port 80

  Will start server.js on port 80 using Node. It will monitor all .js and
  .json files in the same directory (and subdirectories) as server.js for
  changes.

License (MIT)

Copyright (c) 2012, wronex.

Author

wronex

1.1.5

11 years ago

1.1.4

11 years ago

1.1.3

11 years ago

1.1.2

11 years ago

1.1.1

11 years ago

1.1.0

11 years ago

1.0.4

11 years ago

1.0.3

12 years ago

1.0.2

12 years ago

1.0.1

12 years ago