Skip to content

Commit

Permalink
docs: add status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Apr 6, 2023
1 parent a1e39ed commit 82fc73b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# dotnpmrc

[![CI](https://github.com/semrel-extra/npmrc/actions/workflows/ci.yaml/badge.svg)](https://github.com/semrel-extra/npmrc/actions/workflows/ci.yaml)
[![Maintainability](https://api.codeclimate.com/v1/badges/feba9cfac949309eeaad/maintainability)](https://codeclimate.com/github/semrel-extra/npmrc/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/feba9cfac949309eeaad/test_coverage)](https://codeclimate.com/github/semrel-extra/npmrc/test_coverage)

> `.npmrc` formatter
## Usage
```ts
import {formatNpmrc} from 'dotnpmrc'
Expand Down

0 comments on commit 82fc73b

Please sign in to comment.