Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 3.04 KB

File metadata and controls

49 lines (38 loc) · 3.04 KB

Badge snippets

Copy/paste the snippets below and replace example-package if needed.

npm (packages/js/example-package)

[![npm version](https://img.shields.io/npm/v/example-package.svg)](https://www.npmjs.com/package/example-package)
[![npm peer dependency status](https://img.shields.io/npm/peer-deps/example-package.svg)](https://www.npmjs.com/package/example-package)
[![CI](https://github.com/drupaltools/tools/actions/workflows/ci.yml/badge.svg)](https://github.com/drupaltools/tools/actions/workflows/ci.yml)
[![License](https://img.shields.io/github/license/drupaltools/tools.svg)](https://github.com/drupaltools/tools/blob/main/LICENSE)

PyPI (packages/python/example-package)

[![PyPI version](https://img.shields.io/pypi/v/example-package.svg)](https://pypi.org/project/example-package/)
[![PyPI wheel](https://img.shields.io/pypi/wheel/example-package.svg)](https://pypi.org/project/example-package/)
[![Python version](https://img.shields.io/pypi/pyversions/example-package.svg)](https://pypi.org/project/example-package/)
[![CI](https://github.com/drupaltools/tools/actions/workflows/ci.yml/badge.svg)](https://github.com/drupaltools/tools/actions/workflows/ci.yml)
[![License](https://img.shields.io/github/license/drupaltools/tools.svg)](https://github.com/drupaltools/tools/blob/main/LICENSE)

Composer / Packagist (packages/php/example-package)

[![Packagist Version](https://img.shields.io/packagist/v/vendor/example-package.svg)](https://packagist.org/packages/vendor/example-package)
[![Packagist Downloads](https://img.shields.io/packagist/dt/vendor/example-package.svg)](https://packagist.org/packages/vendor/example-package)
[![CI](https://github.com/drupaltools/tools/actions/workflows/ci.yml/badge.svg)](https://github.com/drupaltools/tools/actions/workflows/ci.yml)
[![License](https://img.shields.io/github/license/drupaltools/tools.svg)](https://github.com/drupaltools/tools/blob/main/LICENSE)

Go (packages/go/example-package)

[![Go version](https://img.shields.io/github/go-mod/go-version/drupaltools/tools.svg)](https://github.com/drupaltools/tools)
[![Go module](https://img.shields.io/badge/module-example--package-blue.svg)](https://github.com/drupaltools/tools)
[![CI](https://github.com/drupaltools/tools/actions/workflows/ci.yml/badge.svg)](https://github.com/drupaltools/tools/actions/workflows/ci.yml)
[![License](https://img.shields.io/github/license/drupaltools/tools.svg)](https://github.com/drupaltools/tools/blob/main/LICENSE)

crates.io (packages/rust/example-package)

[![crates.io version](https://img.shields.io/crates/v/example-package.svg)](https://crates.io/crates/example-package)
[![crates.io downloads](https://img.shields.io/crates/d/example-package.svg)](https://crates.io/crates/example-package)
[![CI](https://github.com/drupaltools/tools/actions/workflows/ci.yml/badge.svg)](https://github.com/drupaltools/tools/actions/workflows/ci.yml)
[![License](https://img.shields.io/github/license/drupaltools/tools.svg)](https://github.com/drupaltools/tools/blob/main/LICENSE)