diff --git a/npm/sovra/README.md b/npm/sovra/README.md index edd4e59..a1400c7 100644 --- a/npm/sovra/README.md +++ b/npm/sovra/README.md @@ -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