https://github.com/ricardoraposo/test_maker
Small CLI, written in Rust, for automating unit test creation in NestJS
https://github.com/ricardoraposo/test_maker
Last synced: about 1 month ago
JSON representation
Small CLI, written in Rust, for automating unit test creation in NestJS
- Host: GitHub
- URL: https://github.com/ricardoraposo/test_maker
- Owner: ricardoraposo
- License: mit
- Created: 2024-10-05T20:39:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T18:53:58.000Z (7 months ago)
- Last Synced: 2025-09-02T20:46:17.548Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 62.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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```sh
wget https://github.com/ricardoraposo/test_maker/releases/download/v1.4/test-maker-linux-x64.tar.gz
tar -xf test-maker-linux-x64.tar.gz
sudo mv test_maker /usr/local/bin
```## Usage
```sh
test_maker "path_to_ts_file"
```## How to build it
Make sure you have cargo installed```sh
cargo build --release
```That's it, good luck!