Get working directory of process by PID - cross platform
Check if a path is the current working directory
Resolve the path of a module like `require.resolve()` but from the current working directory
Check if a path is in the current working directory
Easily get the CWD (current working directory) of a project based on package.json, optionally starting from a given path. (node.js/javascript util)
Get the first path that exists on disk of multiple paths
Read a package.json file
Check if a project is using Yarn
Get your PATH prepended with locally installed binaries
Cross-platform process cpu % and memory usage of a PID
Return the current working directory.
Reads changesets and adds information on dependents that need bumping
Import a module like with `require()` but from the current working directory
Resolve the path of a package regardless of it having an entry point
Utilities for finding the closest package.json file
Utils to make a Changesets repo enter and exit pre mode
Import a module like with `require()` but from a given path
Used to determine exactly which files (including `node_modules`) are necessary for the application runtime.
A set of small and fast Node.js utilities to understand your pathing needs.
Retrieves a name:pathname Map for a given workspaces config
Resole and parse `tsconfig.json`, replicating to TypeScript's behaviour
Create a vinyl file from an actual file
Get the remote origin URL of a Git repository
Find a file or directory by walking up parent directories — Zero dependencies