Files
deno-rhinoder/README.md
Sebastian Seedorf 331a08620e Works, easy :D
2020-04-20 18:19:42 +02:00

471 B

Rhinoder

This program reloads a deno program automatically when a file in the current working directory is created, deleted or modified.

Usage

the following code runs deno --allow-net example.ts which is located in /some/work/dir/example.ts on start an whenever a file in the folder /some/work/dir changes.

/some/work/dir$ deno --allow-run --allow-read https://raw.githubusercontent.com/Caesar2011/rhinoder/master/mod.ts --allow-net example.ts