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
@itrocks/signup
Handles user sign-up for @itrocks/user, with account creation and secure onboarding flow
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.
untildify
Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`