Skip to content

Reloads a deno application on file change

Notifications You must be signed in to change notification settings

stjordanis/rhinoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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 and 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

Thanks to

Thanks to samuelgozi who posted the base for this code in this GitHub issue.

About

Reloads a deno application on file change

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%