latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
76%
Published
9 months ago (0.0.9)
Helpers for working with the filesystem.
import { ensureFile, copy, ensureDir, move } from "@std/fs"; await ensureFile("example.txt"); await copy("example.txt", "example_copy.txt"); await ensureDir("subdir"); await move("example_copy.txt", "subdir/example_copy.txt");
Add Package
deno add jsr:@sigmasd/fs-with-x-runtime-walk
Import symbol
import * as fs_with_x_runtime_walk from "@sigmasd/fs-with-x-runtime-walk";
Import directly with a jsr specifier
import * as fs_with_x_runtime_walk from "jsr:@sigmasd/fs-with-x-runtime-walk";
Add Package
pnpm i jsr:@sigmasd/fs-with-x-runtime-walk
pnpm dlx jsr add @sigmasd/fs-with-x-runtime-walk
Import symbol
import * as fs_with_x_runtime_walk from "@sigmasd/fs-with-x-runtime-walk";
Add Package
yarn add jsr:@sigmasd/fs-with-x-runtime-walk
yarn dlx jsr add @sigmasd/fs-with-x-runtime-walk
Import symbol
import * as fs_with_x_runtime_walk from "@sigmasd/fs-with-x-runtime-walk";
Add Package
vlt install jsr:@sigmasd/fs-with-x-runtime-walk
Import symbol
import * as fs_with_x_runtime_walk from "@sigmasd/fs-with-x-runtime-walk";
Add Package
npx jsr add @sigmasd/fs-with-x-runtime-walk
Import symbol
import * as fs_with_x_runtime_walk from "@sigmasd/fs-with-x-runtime-walk";
Add Package
bunx jsr add @sigmasd/fs-with-x-runtime-walk
Import symbol
import * as fs_with_x_runtime_walk from "@sigmasd/fs-with-x-runtime-walk";