ci-env

WebJar for ci-env

Лицензия

Лицензия

MIT
Группа

Группа

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

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

ci-env
Последняя версия

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

1.8.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

ci-env
WebJar for ci-env
Ссылка на сайт

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

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

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

https://github.com/siddharthkp/ci-env

Скачать ci-env

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

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

Зависимости

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

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

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


Environment variables exposed by CI tools

 

Supports travis, circle, gitlab, wercker, drone, codeship, now(zeit), netlify, GitHub Actions, Buddy and Codefresh.

Kinda supports custom CI as well. Specs here

 

Installation

npm install ci-env

 

Usage

const { repo, sha, event, commit_message, pull_request_number, branch, ci } = require('ci-env')

 

like it?

⭐️ this repo

 

License

MIT © siddharthkp

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

Версия
1.8.0
1.7.0