#Node Watcher
Simple watcher for files or directories made with NodeJS to listening any changes on path
##Usage
const watcher = require('./watcher')
watcher(PATH_TO_BE_LISTENING, COMMAND_TO_RUN_IN_TERMINAL_)
##TODO
- Still missing some tests to be made
- Check if the directory or file (path) exists