Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/henryruhs/specut

Cut massive test suites into equal chunks
https://github.com/henryruhs/specut

Last synced: 15 days ago
JSON representation

Cut massive test suites into equal chunks

Awesome Lists containing this project

README

        

Specut
======

> Cut massive test suites into equal chunks.

[![Build Status](https://img.shields.io/github/actions/workflow/status/henryruhs/specut/ci.yml.svg?branch=master)](https://github.com/henryruhs/specut/actions?query=workflow:ci)
[![Coverage Status](https://img.shields.io/coveralls/henryruhs/specut.svg)](https://coveralls.io/r/henryruhs/specut)
[![NPM Version](https://img.shields.io/npm/v/specut.svg)](https://npmjs.com/package/specut)
[![License](https://img.shields.io/npm/l/specut.svg)](https://npmjs.com/package/specut)

Installation
------------

Install on your system:

```
npm install specut --global
```

Usage
-----

Run the command:

```
specut [options] [path]

-c, --config
-a, --amount
-m, --mode
-v, --version
-h, --help
```

Documentation
-------------

Read the [documentation](https://henryruhs.gitbook.io/specut) for a deep dive.