readdir-r
Recursive fs.readdir
Recursive fs.readdir
Recursively crawl through directories
Node.js' fs.readdir + fs.readFile.
Cache buffers from fs.readFile, deliver as needed, handy additional encodings.
fs.readFile() using the directory index as a fallback
Reads a file and caches the result (in memory). If the file was modified, will return updated version of it (options available)
Read a file and its associated source map.
Read the shebang/hashbang from a file asynchronously.
Transform files with a single function
Store and get files width file locker. It is safe in mulit process.
Write to a file, making sure it's parent folders exist, and that if the write operation is cancelled mid-writing, it does not corrupt any possible file there previously.
File system module
A module provides upload, download, and files access API. Supports file stream read/write for process large files.
jade helper that outputs whatever textbased file as a string
Resize images from one folder and store them into a new folder.
Get the current line number in <mode> format in node
Node.js 内置模块:fs.writeFile、fs.writeFileSync、fs.mkdirSync自定义改造。
Provides access to file system operations independent from the storage system used
An easy and simple to use Node module to efficiently remove the first X number of lines from an inputstream. It uses streams, which means it doesn't need to load whole files in memory, so it is way more efficient and fast, as well can work on very large f
基于node搭建的文件/图片管理系统