louisgv / nsfw.d

Node Simple File Watcher Daemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nsfw.d

Install

$ npm install -g nsfw.d

CLI

$ nsfw.d <path>

🚀 File watcher socket daemon.

Positionals:
  path  Relative path to the watching directory                         [string]

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]
  -sp        Static file port                                          [string]
  -wp        WebSocket port                                            [string]

Development

There are 2 available commands:

  • npm run dev - Start development mode and recompile on change
  • npm run build - Build a final distributable for npm

About

Node Simple File Watcher Daemon


Languages

Language:JavaScript 100.0%