Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
homedir-polyfill
Node.js os.homedir polyfill for older versions of node.js.
tildify
Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`
replace-homedir
Replace user home in a string with another string. Useful for tildifying a path.
home-or-tmp
Get the user home directory with fallback to the system temp directory
userhome
A cross-platform path to the user's home
homedir
Platform agnostic user home directory path resolution for Node.js.
node-homedir
Get the effective user's homedir.
local-or-home-npmrc
Get the local npmrc with fallback to the global one that's in your home directory
expand-home-dir
Expand ~/
@stdlib/os-homedir
Return the current user's home directory.
untildify-commonjs
Convert a tilde path to an absolute path: `~/dev` → `/Users/john/dev`
userhomepath
Platform agnostic user home directory path resolution for Node.js.
home-files
List all files in the home directory
tildify-commonjs
Convert an absolute path to a tilde path: `/Users/YourUserName/dev` → `~/dev`
user-home-cli
Get the path to the user home directory
@fujia/user-home
Obtain the user home directory and fallback to the system temp directory if don't exist.
userdir
A simple utility to get the cross-platform user home directory
utils-homedir
Returns the current user's home directory.
real-homedir
Get real home directory.
homedir-current
A simple way to get the home directory based off of different factors