Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 493 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 493 Bytes

Test Maker, love maker

Grab yourself a pre built binary, hope it works. If it doesn't, you can build it yourself, it's easy.

Installation

Linux

wget https://github.com/ricardoraposo/test_maker/releases/download/v1.4/test-maker-linux-x64.tar.gz
tar -xf test-maker-linux-x64.tar
sudo mv test_maker /usr/local/bin

Usage

test_maker "path_to_ts_file"

How to build it

Make sure you have cargo installed

cargo build --release

That's it, good luck!