npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "mkd" 的结果(共 16 个)
mkdirp-then

mkdirp as promised

MIT
@types/mkdirp

Stub TypeScript definitions entry for mkdirp, which provides its own types definitions

MIT
fs-mkdirp-stream

Ensure directories exist before writing to them.

MIT
mkdir

Directory creation utilities

mkdirp-classic

Mirror of mkdirp 0.5.2

MIT
mongodb-dbpath

Get a path for --dbpath that's writeable for the current user and mkdirp it.

Apache-2.0
mkdist

Lightweight file-to-file transformer

MIT
mkdirp2

Recursively mkdir, like `mkdir -p`

MIT
fs-tools

fs helper utilities (walk, copy, mkdir -p)

MIT
mkdirp-infer-owner

mkdirp, but chown to the owner of the containing folder if possible and necessary

ISC
@profoundlogic/hogan

A maintained fork of Hogan.js by Profound Logic. Removes deprecated mkdirp usage and ensures compatibility with modern Node.js.

Apache-2.0
mkdir-promise

fs.mkdir implementation with es6 Promise

MIT
node-fs-extra

fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.