Skip to content

Commit

Permalink
Add badges and more info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador authored Oct 14, 2024
1 parent 1ca8797 commit f9fed4e
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion npm/sovra/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Sovra
### Rust-based Test Decider for JavaScript using Oxc

Fast test decider for JavaScript projects, written in Rust on top of Oxc.
Speed up your monorepo pipeline by only running the tests affected by your code diff.

![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/trastknast) ![GitHub followers](https://img.shields.io/github/followers/oblador)

---

[![CI](https://github.com/oblador/sovra/actions/workflows/ci.yml/badge.svg)](https://github.com/oblador/sovra/actions/workflows/ci.yml) ![GitHub top language](https://img.shields.io/github/languages/top/oblador/sovra) [![NPM Version](https://img.shields.io/npm/v/sovra)](https://www.npmjs.com/package/sovra) [![NPM License](https://img.shields.io/npm/l/sovra)](https://github.com/oblador/sovra/blob/main/LICENSE)

## Features

* **TypeScript** support, including path aliases
* **Configurable** resolver, with support for extensions, export conditions and more
* **High performance** because it is **written in Rust** using Oxc
* Easy to use with **Node API**

## Installation

```bash
yarn add sovra
```

## Usage

Expand Down

0 comments on commit f9fed4e

Please sign in to comment.