expand-tilde
popularBash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.
Updated by @doowb
resolve-cwd
Resolve the path of a module like `require.resolve()` but from the current working directory
Updated by @sindresorhus
import-cwd
Import a module like with `require()` but from the current working directory
Updated by @sindresorhus
resolve-pkg
Resolve the path of a package regardless of it having an entry point
Updated by @sindresorhus
cwd
Easily get the CWD (current working directory) of a project based on package.json, optionally starting from a given path. (node.js/javascript util)
Updated by @jonschlinkert
delete
Delete files and folders and any intermediate directories if they exist (sync and async).
Updated by @jonschlinkert
@antora/expand-path-helper
Provides a helper function to expand a path to a normalized absolute path. This function also expands dot, tilde, and tilde plus when used as the first path segment.
Updated by @mojavelinux
@stroncium/procfs
Zero dependency library for reading and parsing various files from procfs for Node.js, implemented in pure JS.
Updated by @stroncium
with-local-tmp-dir
Creates a temporary folder inside cwd, cds inside the folder, runs a function, and removes the folder. Especially useful for testing.
Updated by @dword-design
@antora/user-require-helper
A helper function to resolve a module name or path in relation to the specified context and require it.
Updated by @mojavelinux
mocha-per-file
This CLI tool allows to organize mocha tests in files and directories. It works by traversing the test directory recursively, creating describe blocks per directory and tests per …
Updated by @dword-design