devserver ba7593fe63 初始化静态工具 1 年之前
..
index.d.ts ba7593fe63 初始化静态工具 1 年之前
index.js ba7593fe63 初始化静态工具 1 年之前
license ba7593fe63 初始化静态工具 1 年之前
package.json ba7593fe63 初始化静态工具 1 年之前
readme.md ba7593fe63 初始化静态工具 1 年之前

readme.md

tildify Build Status

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

Install

$ npm install tildify

Usage

const tildify = require('tildify');

tildify('/Users/sindresorhus/dev');
//=> '~/dev'

Related

See untildify for the inverse.

License

MIT © Sindre Sorhus