Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
home-or-tmp
Get the user home directory with fallback to the system temp directory
home-dir
Get home directory path on any platform
userhome
A cross-platform path to the user's home
resolve-dir
Resolve a directory that is either local, global or in the user's home directory.
homedir
Platform agnostic user home directory path resolution for Node.js.
expand-tilde
Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.
local-or-home-npmrc
Get the local npmrc with fallback to the global one that's in your home directory
@stdlib/os-homedir
Return the current user's home directory.
env-paths
Get paths for storing things like data, config, cache, etc
passwd-user
Get the passwd user entry from a username or user identifier (UID)
untildify
Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`
user-home-cli
Get the path to the user home directory
tildify
Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`
external-editor
Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT
userhomepath
Platform agnostic user home directory path resolution for Node.js.
os-locale
Get the system locale
utils-homedir
Returns the current user's home directory.
is-root
Check if the process is running as root user, for example, one started with `sudo`
env-editor
Get metadata on the default editor or a specific editor
parse-github-url
Parse a github URL into an object.