gnodemon

0.0.3 • Public • Published

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'
  ]
})

Readme

Keywords

Package Sidebar

Install

npm i gnodemon

Weekly Downloads

16

Version

0.0.3

License

MIT

Last publish

Collaborators

  • eliot