JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2296437
  • Score
    100M100P100Q190373F
  • License MIT

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

Package Exports

  • 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.