Skip to main content
This release is 2 versions behind 0.1.5 — the latest version of @rkvcs/dyr. Jump to latest

@rkvcs/dyr@0.1.3

Command line to list files on folder.

This package works with Deno, Bun
This package works with Deno
This package works with Bun
JSR Score
100%
Published
18 hours ago (0.1.3)

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:
  -s, --search      <term>  - Find files or folders by name              
  -d, --only-dirs           - List only directories                      
  -f, --only-files          - 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";