node-app-reloader

1.0.1 • Public • Published

Node Application Reloader

This script run your application and restart it on each files modification. This is useful for small web app developpement. DO NOT USE in production mode.

Usage

$ node-app-reloader yourscript.js -- yourscript.js

With Express

$ find . -type f \( -regex ".*\.js" \! -regex "\./public/.*" \)  | node-app-reloader app.js --

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i node-app-reloader

      Weekly Downloads

      2

      Version

      1.0.1

      License

      none

      Last publish

      Collaborators

      • tdebarochez