denomon

command module
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2020 License: MIT Imports: 9 Imported by: 0

README

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

--unstable

Assign unstable parameter to deno

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL