Skip to main content
Module

x/denon/src/cli.ts

👀 Monitor any changes in your Deno application and automatically restart.
Very Popular
Latest
import * as mod from "https://deno.land/x/denon@2.5.0/src/cli.ts";

Variables

These permissions are required on specific situations, denon should not be installed with this permissions but you should be granting them when they are required.

These are the permissions required for a clean run of denon. If not provided through installation they will be asked on every run by the grant() std function.

Functions

Create configuration file in the root of current work directory. // TODO: make it interactive

List all available scripts declared in the config file. // TODO(@qu4k): make it interactive

Help message to be shown if denon is run with --help flag.

Grab a fresh copy of denon