Skip to content

Commit

Permalink
chore: add CC badges
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Nov 19, 2023
1 parent 4fd9243 commit af4a854
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# 🦪 zx-extra
> [zx](https://github.com/google/zx) with some extras
[![Test Coverage](https://api.codeclimate.com/v1/badges/dee1d6ae98f929b3c44f/test_coverage)](https://codeclimate.com/github/qiwi/zx-extra/test_coverage)
[![npm](https://img.shields.io/npm/v/zx-extra)](https://www.npmjs.com/package/zx-extra)

## Requirements
* Node.js >= 16.0.0
* Bun >= 1.0.12
Expand All @@ -15,7 +18,7 @@ yarn add zx-extra
```

## Usage
Inherits [zx](https://github.com/google/zx), so all origin methods are available. Follow [the upstream docs](https://github.com/google/zx) for details.
Inherits [zx](https://github.com/google/zx), so all original methods are available. Follow [the upstream docs](https://github.com/google/zx) for details.

## Extras

Expand Down

0 comments on commit af4a854

Please sign in to comment.