tildify

WebJar for tildify

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

tildify
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

tildify
WebJar for tildify
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/sindresorhus/tildify

Download tildify

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/tildify/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>tildify</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/tildify/
implementation 'org.webjars.npm:tildify:2.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/tildify/
implementation ("org.webjars.npm:tildify:2.0.0")
'org.webjars.npm:tildify:jar:2.0.0'
<dependency org="org.webjars.npm" name="tildify" rev="2.0.0">
  <artifact name="tildify" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='tildify', version='2.0.0')
)
libraryDependencies += "org.webjars.npm" % "tildify" % "2.0.0"
[org.webjars.npm/tildify "2.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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.

Versions

Version
2.0.0
1.2.0
1.0.0