Skip to content
forked from hibuno/denomon

Simple watcher file like Nodemon but for Deno

License

Notifications You must be signed in to change notification settings

emanuelbiet/denomon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Denomon

Also read in Portuguese

Simple watcher file for build an application using deno

asciicast

Note : The pointer printed only on asciinema, but not on the bash / zsh

Installation

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

Usage

$ 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.

Options

--version

Showing denomon version

--help

Showing help message

--dir

Assign directory to watch

--allow

Assign permission for the files

Features

  • Auto build for single file
  • Watching all files in folder recursively
  • Auto reload build for child process (ie. net)

License

This project is under MIT License

Stargazers over time

Stargazers over time

About

Simple watcher file like Nodemon but for Deno

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 40.2%
  • Shell 28.5%
  • TypeScript 28.4%
  • HTML 2.6%
  • CSS 0.3%