Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
path-exists
Check if a path exists
readdirp
Recursive version of fs.readdir with small RAM & CPU footprint.
make-dir
Make a directory and its parents if needed - Think `mkdir -p`
globby
User-friendly glob matching
path-type
Check if a path is a file, directory, or symlink
walker
A simple directory tree walker.
cacache
Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.
memfs
In-memory file-system with Node's fs API.
@humanfs/node
The Node.js bindings of the humanfs library.
del
Delete files and directories
@humanfs/core
The core of the humanfs library.
readdir-glob
Recursive fs.readdir with streaming API and glob filtering.
vinyl
Virtual file format.
write
Write data to a file, replacing the file if it already exists and creating any intermediate directories if they don't already exist. Thin wrapper around node's native fs methods.
fs-exists-sync
Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.
fs2
fs (file system package) extensions
unplugin-vue-router
File based typed routing for Vue Router
walk-back
Walk up the directory tree until the specified path is found.
@stdlib/fs-exists
Test whether a path exists on the filesystem.
del-cli
Delete files and directories - Cross-platform