npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "tildify" 的结果(共 3 个)
tildify

Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`

MIT
replace-homedir

Replace user home in a string with another string. Useful for tildifying a path.

MIT
untildify

Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`

MIT