Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
make-dir
Make a directory and its parents if needed - Think `mkdir -p`
path-exists
Check if a path exists
flat-cache
A simple key/value storage using files to persist the data
file-system-cache
A super-fast, promise-based cache that reads and writes to the file-system.
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.
cpy
Copy files
expo-file-system
Provides access to the local file system on the device.
cpy-cli
Copy files
@sindresorhus/df
Get free disk space info from `df -kP`
move-file
Move a file - Even works across devices
load-templates
Load templates/views using globs, file paths, objects, arrays, or key-value pairs.
assemble-fs
Light wrapper for vinyl-fs to add streams support in a way that plays nice with Assemble middleware.
copy-file
Copy a file
remark-code-import
📝 Populate code blocks from files
write-json
Write a JSON file to disk, also creates intermediate directories in the destination path if they don't already exist.
move-file-cli
Move a file on the command-line
path-exists-cli
Check if a path exists
copy
Copy files or directories using globs.
@wonderwhy-er/desktop-commander
MCP server for terminal operations and file editing
make-dir-cli
Make directories and their parents if needed - Like `mkdir -p`, but cross-platform