head-hash

WebJar for head-hash

Лицензия

Лицензия

Группа

Группа

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

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

head-hash
Последняя версия

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

0.2.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

head-hash
WebJar for head-hash
Ссылка на сайт

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

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

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

https://github.com/sholladay/head-hash

Скачать head-hash

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

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

Зависимости

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

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

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

head-hash Build status for head-hash

Get the current commit hash

Why?

  • Useful hash for cache busting.
  • Can be used as a build version.
  • Identify code without leaking secrets.

Install

npm install head-hash --save

Usage

Get it into your program.

const headHash = require('head-hash');

Get the hash of the current HEAD.

headHash().then((hash) => {
    console.log('hash:', hash);
});

API

headHash(option)

Returns a Promise for the hash of the latest commit on the HEAD branch.

option

Type: object

cwd

Type: string
Default: process.cwd()

The directory who's HEAD you want to use for finding the latest commit.

short

Type: boolean
Default: false

Whether to shorten the hash to the shortest possible unique name of at least 7 characters.

Related

Contributing

See our contributing guidelines for more details.

  1. Fork it.
  2. Make a feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.

License

MPL-2.0 © Seth Holladay

Go make something, dang it.

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

Версия
0.2.3