tildify

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

MIT 9 个版本
安装
npm install tildify
yarn add tildify
pnpm add tildify
bun add tildify
README

tildify

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

Install

$ npm install tildify

Usage

import tildify from 'tildify';

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

See untildify for the inverse.

版本列表
3.0.0 2021-08-12
2.0.0 2019-04-29
1.2.0 2016-04-12
1.1.2 2015-10-04
1.1.1 2015-09-18
1.1.0 2015-06-13
1.0.0 2014-08-03
0.2.0 2014-04-07
0.1.0 2014-01-09