Skip to main content
Module

x/fs_cli/deps.ts>badge

A deno tool to handle directories and files through script: delete directories or files, copy simple or recursive, etc. Inspired by rimraf and mkdirp
Latest
function badge
import { badge } from "https://deno.land/x/fs_cli@v1.0.0/deps.ts";

Parameters

optional
label = [UNSUPPORTED]
  • label of the badge.
optional
msg = [UNSUPPORTED]
  • message of the badge.
optional
opts: Partial<BadgeOptions> = [UNSUPPORTED]
  • options for the @interface BadgeOptions of the badge. Default: @var DEFAULT_OPTIONS