@zeit/nsfw

v3.0.0
A simple file watcher for Node
FileWatcher files watch filewatch file inotify fsevents

compile

babel --sourceMaps --presets es2015 -d ./lib/spec ./js/spec && babel --sourceMaps --presets es2015 -d ./lib/src ./js/src

prepublish

babel --presets es2015 -d ./lib/src ./js/src && cp ./js/src/index.d.ts ./lib/src/index.d.ts

debug-test

npm run eslint && npm run compile && node-debug --debug-brk jasmine-node lib/spec

prepare-unit

node-gyp configure && node-gyp build

test

npm run test-lint && npm run test-unit

test-unit

npm run prepare-unit && npm run compile && jasmine-node lib/spec --verbose

test-lint

eslint js/src js/spec

install

node-gyp rebuild
npm i @zeit/nsfw

Metadata

  • MIT
  • Whatever
  • Axosoft, LLC
  • released 4/26/2019

Downloads