Skip to content

ODudek/file-observer

Repository files navigation

File Observer

Build Status

Watch for change in your files and run your command!

Config

Config file should be named observer.conf.js in main folder of your project. Example file

module.exports = {
    files: [
        'demo/test.js',
        'demo/test2.js'
    ], -> need to be an array
    command: '', -> command which will run after files changed
    clearAfterChange: true -> clear console after files changed
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published