untildify

WebJar for untildify

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

untildify
Last Version

Last Version

3.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

untildify
WebJar for untildify
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/sindresorhus/untildify

Download untildify

How to add to project

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

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.

untildify

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

Install

$ npm install untildify

Usage

const untildify = require('untildify');

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

Related

See tildify for the inverse.

Versions

Version
3.0.3