tildify

WebJar for tildify

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

tildify
Последняя версия

Последняя версия

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

tildify
WebJar for tildify
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/sindresorhus/tildify

Скачать tildify

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
2.0.0
1.2.0
1.0.0