Skip to content

Small CLI, written in Rust, for automating unit test creation in NestJS

License

Notifications You must be signed in to change notification settings

ricardoraposo/test_maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Small CLI, written in Rust, for automating unit test creation in NestJS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages