Skip to content

File watcher that runs a custom script when changes occur

License

Notifications You must be signed in to change notification settings

DillonAd/Domino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Domino

Build Status SonarCloud Coverage NuGet

Domino is a file watcher that runs a custom script when changes occur.

Installation

This tool is available as a DotNet global tool. It can be installed by running dotnet tool install -g domino.

Commands

Start

domino start {scriptName}

This command will start the file watcher that will trigger the script on file changes in the current directory (and subdirectories).

Ignore

domino ignore {filePattern}

This command will create a .dominoignore file in the current directory and add the specified file pattern to the file.

Contributing

Please check out the Contributing Guide

About

File watcher that runs a custom script when changes occur

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages