This release is 1 version behind 0.1.5 — the latest version of @rkvcs/dyr. Jump to latest
This package works with Deno, Bun
JSR Score
100%
Published
18 hours ago (0.1.4)
Dyr
Command line to list files on folder.
How to install
git clone https://github.com/rkvcs/dyr cd dyr deno install --global --name dyr --config deno.json main.ts
How to use
dyr <option> Options: -h - Show this help. -v - Show the version number for this program. -s <term> - Find files or folders by name -d - List only directories -f - List only files
---
Add Package
deno add jsr:@rkvcs/dyr
Import symbol
import * as dyr from "@rkvcs/dyr";
---- OR ----
Import directly with a jsr specifier
import * as dyr from "jsr:@rkvcs/dyr";
Add Package
bunx jsr add @rkvcs/dyr
Import symbol
import * as dyr from "@rkvcs/dyr";