Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
parse-github-url
Parse a github URL into an object.
strip-url-auth
Strip the authentication part of a URL
env-editor
Get metadata on the default editor or a specific editor
user-meta
Read user name, email and URL from .npmrc or .gitconfig
external-editor
Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT
env-paths
Get paths for storing things like data, config, cache, etc
git-username
Get the username (or 'owner' name) from a git/GitHub remote origin URL.
untildify
Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`
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.
resolve-dir
Resolve a directory that is either local, global or in the user's home directory.
spotify-uri
Parse the various Spotify URI formats into Objects and back
os-locale
Get the system locale
is-root
Check if the process is running as root user, for example, one started with `sudo`
parse-bitbucket-url
Parse a Bitbucket URL into an object.
tildify
Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`
accesscontrol
Role and Attribute based Access Control for Node.js
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
xdg-app-paths
Determine (XDG-compatible) paths for storing application files (cache, config, data, etc)
github-username
Get a GitHub username from an email address