Domino is a file watcher that runs a custom script when changes occur.
This tool is available as a DotNet global tool. It can be installed by running dotnet tool install -g domino
.
domino start {scriptName}
This command will start the file watcher that will trigger the script on file changes in the current directory (and subdirectories).
domino ignore {filePattern}
This command will create a .dominoignore
file in the current directory and add the specified file pattern to the file.
Please check out the Contributing Guide