Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
find-up
Find a file or directory by walking up parent directories
make-dir
Make a directory and its parents if needed - Think `mkdir -p`
is-path-inside
Check if a path is inside another path
temp-dir
Get the real path of the system temp directory
is-path-cwd
Check if a path is the current working directory
del
Delete files and directories
path-is-inside
Tests whether one path is inside another path
tempy
Get a random temporary file or directory path
is-path-in-cwd
Check if a path is in the current working directory
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.
find-up-simple
Find a file or directory by walking up parent directories — Zero dependencies
mv
fs.rename but works across devices. same as the unix utility 'mv'
home-or-tmp
Get the user home directory with fallback to the system temp directory
read-package-up
Read the closest package.json file
is-subdir
Return whether a directory is a subdirectory of another directory
dir-compare
Node JS directory compare
rollup-plugin-copy
Copy files and folders using Rollup
import-modules
Import all modules in a directory
del-cli
Delete files and directories - Cross-platform
eslint-plugin-check-file
ESLint rules for consistent filename and folder. Allows you to enforce a consistent naming pattern for the filename and folder