1.0.6 • Published 3 years ago

numon v1.0.6

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

numon

the interactive node modules hotloader

this tool is a monitor for file changes and hot reload with a difference

files what you change will be precompiled, so any syntax errors or code what executes in the global scope of that file, will be reported, while you have the chance to fix them without restarting

sure this means that only the changed files will reload...

Usage

install with npm

$ npm i -g numon

go to your project in console and run with

$ numon {-options} [index.js || . || package.json || package || index]

Options

  • i - enable (I)nspector on localhost:9229
  • s - let inspector (S)ettle before main module loads
  • w - (W)ait before main module loads
  • r - open inspector for (R)emote connections (binding on 0.0.0.0)
  • p - use (P)ersistent watchers for keep finite running modules restartable

Example

$ numon -iswrp .
1.0.6

3 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago