Skip to content

eliot-akira/gnodemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gnodemon

nodemon with glob watch

Usage

On command line: note that globs must be quoted

gnodemon src/server/index.js -w 'src/**/server/*.js'

As module

const gnodemon = require('gnodemon')

gnodemon({
  script: 'index.js',
  watch: [
    'src/**/server/*.js'
  ]
})

About

nodemon with glob watch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published