find-up
Find a file or directory by walking up parent directories
Found 2276 results for folder
Find a file or directory by walking up parent directories
Make a directory and its parents if needed - Think `mkdir -p`
Check if a path is inside another path
Get the real path of the system temp directory
Check if a path is the current working directory
Tests whether one path is inside another path
Delete files and directories
Get a random temporary file or directory path
Check if a path is in the current working directory
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.
Read the closest package.json file
fs.rename but works across devices. same as the unix utility 'mv'
Find a file or directory by walking up parent directories โ Zero dependencies
Get the user home directory with fallback to the system temp directory
Return whether a directory is a subdirectory of another directory
Copy files and folders using Rollup
Node JS directory compare
Delete files and directories - Cross-platform
Import all modules in a directory
Get the size of a folder by iterating through its sub-files and -folders.
ESLint rules for consistent filename and folder. Allows you to enforce a consistent naming pattern for the filename and folder
Returns an array containing the initial elements which both input arrays have in common
Zip/Tar a complete folder or a glob list into a zip/tgz file
A recursive stream of the files and directories in a given folder
Simple, flexible file copy utility
zip and unzip library for node
Require all plugins in a directory
Find the root directory of a Node.js project or npm package
Move files and folders to the trash
Returns true if the current process has permission to write to the specified directory
Find the closest package.json file
Delete files and folders using Rollup
Cross-platform directory symlinking
Hide files and directories on all platforms.
Node CLI or module to calculate folder size
resolve package root and package.json paths , work on node 17 too
A fork of `recursive-copy`: Simple, flexible file copy utility
Amazon S3 client for upload/download files
Check if a directory is empty.
Returns true if a filepath starts with the given string. Works with windows and posix/unix paths.
Loads package.json, by finding the first directory with a package.json, recursing up, starting with the given directory.
Powerful ESLint plugin with rules to help you achieve a scalable, consistent, and well-structured project. Create your own framework! Define your folder structure, file composition, advanced naming conventions, and create independent modules. Take your pr
Recursively delete all empty folders in a directory and child directories.
Returns the parent directory common to each path
A command that watches folders(and subfolders) for file changes and automatically compile the less css files into css. This is a file system watcher and compiler.
Find the path of the first file matching a given name, walking the filesystem upwards.
Eslint rule for consistent folder names.
Move files and folders to the trash
Simple yet powerful copy tool.
Write a JSON file to disk, also creates intermediate directories in the destination path if they don't already exist.
Folder browser plugin for inquirer-gui
zips a folder and calls your callback when it's done
Walk up the tree to resolve `tsconfig.json` configuration objects.
high level amazon s3 client. upload and download files and directories
A minimal, zero-dependency mkdirp written in VanillaJS for node.
Copy files from one path to another, based on the instructions provided in a configuration file.
Ensures that a directory is empty
Change working dir and return a promise, a stack of folders is maintained to jump back
Vitejs plguin: copy files and folders
Get cross-platform XDG Base Directories or their equivalents. Works with Linux, Windows (win32), or MacOS (darwin).
Check if a file is a directory
Stream selected files from an Amazon S3 bucket/folder
Find files or directories by walking up parent directories.
Returns true if a link targets a directory inside its parent directory
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Resolves index.js files with Rollup
A nodejs module wich helps you handle a directory tree providing you its abstraction through tested functions and a custom configuration.
Delete files and folders and any intermediate directories if they exist (sync and async).
Synchronize files or folders locally, with a watch option
Make directories and their parents if needed - Like `mkdir -p`, but cross-platform
Download any repository or subdirectory on GitHub with support for Node.js and the CLI
Human friendly file system utilities for Node.js
node module to synchronously and recursively merge files from one folder to another
List contents of an S3 bucket 'folder'
Run terser on a folder and minify the result in a single file
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
Generates a tree of an S3 bucket contents
The CLI implementation for andrewrk/node-mv. Like `fs.rename`, but works across devices, and works with directories. Think of the unix utility `mv`.
customizable react folder tree library
A vite plugin to remove/clean your build file(s) or folder(s).
List all the files in a GitHub repoโs directory
high level amazon s3 client. upload and download files and directories
Find a specific ancestor/root directory given a starting location and a search parameter
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
Recursively require all files within a folder.
Create tarballs in node or the browser
high level amazon s3 client. upload and download files and directories
Create a JSON representation of a folder structure tree
ESLint plugin for enforce a case style for file and folder.
Find a file by walking up parent directories
Yet another Node.js helper to require all files in directory
Nextcloud client API for node.js TypeScript applications
Rollup plugin to easily copy files and folders. Glob supported
A NodeJS library that creates several utility functions over the native fs module for directories
Recursively create nested directories with jsftp, like mkdirp
Check to see if a directory exists
a hierarchical tree component for React written in Typescript
Compress a whole directory (including subdirectories) into aย zip file, with options to exclude specific files, or directories.
Force delete files or folders using globs
Your directory utility belt
Utility to require multiple files in a folder tree with flexible options
Use folder name and file extension specific Material-icon and vscode-icon.
Synchronize files and folders locally by glob patterns, watch option included.
Grunt task for moving and renaming files and directories
A hackable file manager
Node JS directory compare CLI
Made compatible for node 12 and later as this was in open issues for s3 library
delete folders with all child folders and files
Run terser on a folder and minify the result in a single file
Node.js utility tool for creating and checking subresource integrity
Recursively copy files from one folder to another folder (CLI tool designed for use in npm package.json scripts)
Static file serving middleware for koa with directory, rewrite and index support
File manager for the web with console and editor
Check if a path is in PATH
Resolve the directory path where npm CLI is installed
Modern Amazon S3 client for high-level operations
NodeJs FileSystem (FS) extra utilities, walk, fsize ( folder / symlinks / files ), rmdirs,
zip-promise === > Promise archive wrapper
Returns a sorted recursive list of all files inside a directory
Cross-platform file path sorting. Sort an array of path strings or objects containing path strings.
Gulp plugin that lets you work with folders and treat them as package names
Reflect the contents of one directory to another. At the speed of light.
Create an sha1 hash sum from a directory of files using the git algorithm
Finds the longest common parent directory path in an array of file path strings or custom objects. Also returns sub and base parts for each path.
Clone exactly what you need aka straightforward project scaffolding!
A small collection of sync & async filesystem functions in Node.js.
Copy files and folders using Rollup
Find the root directory of a `git` repository
Create all directories on the way to the path.
Fast TypeScript data management framework built on top of the Data Package standard and Polars DataFrames
Alias directories of files for browserify
Recursively replace absolute paths in objects and arrays with ~
Generate an index of all modules in a directory
Create a cluster of workers to iterate through the filesystem
Remove directory and files
Node sass importer supporting custom alias for directories or specific files
Move or copy files and directories. (async, recursive, across devices, copy & delete fallback, minimalistic with 0 dependencies)
An eslint plugin to convert any absolute import paths to relative ones if files are imported from within the same folder
Convert a folder with files and markdown documents to an HTML site
Copy & Merge files and folders using Rollup
Remove all empty folders that are in the passed folder
Reads directory structure.
A transport for pino that writes logs to rotating files
Returns a list of paths to the subfolders and subfiles of the specified location.
Extract the file extension from a path.
Read a directory recursively as a stream in Node.js.
Rollup plugin to allow specification of 'input' array using globs
Convert an array of objects into a persistent or temporary directory structure
FLOP - simple FoLder OPerations
Execute your favorite command in SubDirectories. Use it like: `eisd '[command]' [subdirs...]` (Example: `eisd 'yarn build' client server scripts`)
Resolve parent directories, execute a function on every dir found until a result is returned
an useful collection of utils for aws s3 operations
an useful collection of utils for files and folders operations
A tiny module to clean a directory selecting which files or directories to keep.
Npm Install in SubDirectories. Yes, it's that simple. Use it like: `nisd [subdirs...]` (Example: `nisd client server scripts`)
esbuild plugin to merge multiple JSON sources into one
Move a file or folder. Platform-independent.
Delete files/folders in nodejs
ejs intermediate is a build environment for nodejs it simply compiles a folder of ejs fun stuff. but this is used in every project.
npm for enhanced folder zipping
CLI Tool to validate directory structures.
work with files inside archives like with regular files
Easy access and handler for folders and files paths with several tools
Clears the contents of the specified directory with all its subfolders and subfiles.
Delete files or empty directories and their empty parents from bottom to up.
A helper class to build file path. Useful in application, to provide path reference to whole app
A lightweight CLI tool for analyzing file and directory sizes. Signals errors via standard exit codes when specified size limits are exceeded
Loads package.json, by finding the first directory with a package.json, recursing up, starting with the given directory.
Recursively read a directory, blazing fast.
Recursively flatten a directory
dropbox files and folders crud
A file content replacer utility. Replaces contents within files, recursively within a directory.
zips a folder
expose the content of each file in a folder as an object property.
Node-RED nodes to work with filesystem. You can copy, move, link, delete files, create, list and remove folders and get info.
npm module to hash the contents of files matched by globs
file rename as express middleware
Find a file by walking down parent directories.
Synchronize files or folders locally, with a watch option
dropbox read directory or file
rename group of files from a directory
๐จ Compiling LESS file to CSS
A react based file manager plugin.
A flexible find-up implementation supporting string, RegExp, CJS/ESM dual build, and custom matcher.
A light-weight, flexible, folder-to-object loader utility.
Get the size of a folder by recursively iterating through all its sub(files && folders). Use go, so high-speed
Returns an array of files in a folder
ESLint rule for enforcing a string appears in multiple files as expected.
Get the path of npm cache folder
Download any directory from Git repository
Simple module helps you access your application's root path from anywhere in the application without resorting to relative paths like require("../../path").
Convert folder contents to text format and regenerate folders from text
Check if a directory exists without try catch
Glue path with '\' or '/' depending on platform
Get a random temporary file or directory path
Prepend a one-line banner comment (with license notice) to distribution files
PostCSS plugin which watches folder for new files
Get the path of npm cache folder from environment variables
Extensible and reactive file-system library that keeps it simple
Get all directories contained in a string file path
Eslint rule for consistent file and folder names
## [Create Next.js app](https://nextjs.org/docs/getting-started/installation)
Gulp plugin that lets you work with folders and treat them as package names, forked from https://github.com/hakubo/gulp-folders to support gulp 4.x
zip a directory manipulated by cli/promise (and callback)
Get a random temporary file or directory path that will delete itself
List contents of an S3 bucket 'folder'
Check if folder contents changed in a git commit range
'tym' directive collections.
turn all non index.js modules in a folder as a single object
Capacitor Folder Opener. The plugin is able to open a folder containing a specified file.
Check if a directory is a subdirectory
TreeForge is a lightweight, dependency-free JS package to render and manage ASCII-based file trees inside browser editors, sandboxes, or learning tools. It supports interactivity + CRUD actions, while remaining agnostic of the data source (local JSON or A
Simple module that helps you encrypt & decrypt folder/file with password.
A simple library that will always return the path to the Application Data folder for the current operating system.
determines if a git repository exists within a directory
Angular file explorer component with tree view
Utility for recursive directory iteration and comparison
Command line tool for recursive directory comparison
generate categories from directory for hexo post
Recursively delete all empty folders in a directory and child directories.
Traverse nested folders and process each of the discovered files.
Babel plugin for bulk import from multiple files
[](https://nodei.co/npm/@xdanangelxoqenpm/nobis-laborum-dolorum/)
Directory structure linter
Utility for directory child entries recursive iteration
Generate an Express.js app with 3-layer architecture. Quick start: npx node-folder-structure
[](https://nodei.co/npm/@a-2-c-2-anpm/architecto-dolorum-rem/)
enforces folder and file names to match desired case style
[](https://www.npmjs.com/package/@hoangcung1804npm/culpa-corporis-laboriosam) [ utility that wraps around `node:fs/promises#readdir` for reading files and folders and `await import` for importing modules from those files. If you want a simpler approach with the least overhead, just use the former two
Write index files of directory contents
fs.readdir done right! Support sync, async and stream API, recursiveness and filters/globs.
<div align="center"> <h1>๐ฆ ยป Random fox images ยซ ๐ฆ</h1> <img src="https://cdn.sefinek.net/images/animals/fox/red-fox-in-the-wild-2-1624831.jpg" alt="Random cat" height="290px"> <div>Please check a more elaborate alternative: <a href="https:/
Serve static files with express
high level amazon s3 client. upload and download files and directories
Expose the content of each file in a folder as an object property.
A CLI tool to generate files and folders based on blueprints
<h1 align="center"> @xdanangelxoqenpm/harum-voluptates-eos ๐ <br> <img src="https://raw.githubusercontent.com/@xdanangelxoqenpm/harum-voluptates-eos-js/@xdanangelxoqenpm/harum-voluptates-eos/master/other/public/logo/@xdanangelxoqenpm/harum-voluptat
high level amazon s3 client. upload and download files and directories
[](https://snyk.io/test/github/naturalintelligence/@bobyzgirlllnpm/explicabo-saepe-expedita) [![NPM quality][quality-image]][qualit
NodeJS implementation (written in TypeScript) of OPDS functionality for the Readium2 architecture ( https://github.com/readium/architecture/ ).
Convert a folder with files and markdown documents to an HTML site
Upload your folder to ssh sftp server after build, add support to 'webpack --watch'
A support package for web developer.
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][5]][6] [![dev dependency status][7]][8] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
The up-to-date and reliable Google's libphonenumber package for node.js. Zero dependencies.
Work with filesystem tree with ease
`@omegion1npm/maiores-similique-fuga.js` implements a CommonJS-style module system for NodeJS which has a high degree of compatibility with the default module system, npm, etc -- but which exists in a separate vm context and not share an exports object g
A little function that formats an error object as a nice, readable string. Works in node and the browser; in node, it will use [kleur](https://www.npmjs.com/package/kleur) to add ANSI color code escape sequences to the output string, to make it easier to
<p align="center"> <a href="https://visulima.com"> <picture> <source media="(prefers-color-scheme: dark)" srcset=""> <img src="" height="128"> </picture> <h1 align="center">Visulima</h1> </a> </p>