This project is already archived, you can use the latest one here https://github.com/muhibbudins/denomon
Watch & compile typescript file using deno with bash script — Learn Deno
Currently tested only on OSX 10.12.6
For OSX first you must install md5sha1sum using brew, if you already have brew on your local machine. Just run a single command below :
$ brew install md5sha1sum
- Download bash script file
git clone https://github.com/muhibbudins/deno-watcher.git && mv deno-watcher/watcher /usr/local/bin/dewatch && chmod +x /usr/local/bin/dewatch && rm -rf deno-watcher
- Run dewatch using this command :
$ dewatch <your file>
This project under MIT License