Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricardoraposo/test_maker
Small CLI, written in Ocaml, 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 Ocaml, 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T19:23:49.000Z (3 months ago)
- Last Synced: 2024-11-15T20:25:27.594Z (3 months ago)
- Language: OCaml
- Homepage:
- Size: 47.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- 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
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!