muhibbudins / deno-watcher

Watch & compile typescript file using deno with bash script — Learn Deno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Already Archived

This project is already archived, you can use the latest one here https://github.com/muhibbudins/denomon


Dewatch

Watch & compile typescript file using deno with bash script — Learn Deno

Demo

Currently tested only on OSX 10.12.6

Prepare

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

Usage

  1. 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
  1. Run dewatch using this command :
$ dewatch <your file>

Related

License

This project under MIT License

About

Watch & compile typescript file using deno with bash script — Learn Deno

License:MIT License


Languages

Language:Shell 85.1%Language:TypeScript 14.9%