Also read in Portuguese
Simple watcher file for build an application using deno
Note : The pointer printed only on asciinema, but not on the bash / zsh
Install using Wget
$ wget -O - https://raw.githubusercontent.com/muhibbudins/denomon/master/install.sh | sh
or, CURL
$ curl -s https://raw.githubusercontent.com/muhibbudins/denomon/master/install.sh | sh
$ denomon <options> <file>
Example:
- Showing help message
denomon --help
- Single command to spawn current folder recursively
$ denomon
- Spawn file with permission [see note below]
$ denomon --allow net,read server.ts
- Spawn file with specific folder and permission [see note below]
$ denomon --dir fixtures --allow net,read server.ts
- Spawn specific folder with permission
$ denomon --dir fixtures --allow net,read
Note : If you set denomon to spawn single file, all changes at root folder will trigger reload on main file.
Showing denomon version
Showing help message
Assign directory to watch
Assign permission for the files
Assign unstable parameter to deno
- Auto build for single file
- Watching all files in folder recursively
- Auto reload build for child process (ie. net)
This project is under MIT License