Introduction
If you’ve ever used TestEZ you’ll know that many .spec.lua
files can fill up in your project.
I too was in a similar situation and releasing my project would be near impossible, henceforth I have created TestRemover.
TestRemover is a simple CLI that outputs a directory which is a copy of your source directory without the test files. TestRemover is not just limited to .spec.lua
files and can infact remove any file ending with a configured suffix.
Installation
Please see here on the different options to install TestRemover.
Usage
Take a look at the repository’s README for how TestRemover is used.
Feedback
I am widely open to any feedback, please leave a reply or submit a PR!
Please note that TestRemover is licensed under MIT, meaning that I do not have any liability for if it is used incorrectly.
Thank you
This is my first proper program in Rust, I thank any of you for using it!