This repository contains a script for checking qualification of each prompt file.
To use this script, you must have Node.js and npm installed on your system.
- Clone this repository to your local machine.
- Navigate to the repository directory in your terminal.
- Run
npm install
to install the necessary dependencies.
- Run the script using the command
npm start -s="<SOURCE_FOLDER>"
. For example,npm start -s="./competition"
. - The script will output the copied of original file if passed the qualification in
../<SOURCE_FOLDER>/qualified
folder, which has the same structure as the source folder. The filequalification_log_<DATE_TIME>.txt
will be created in the../<SOURCE_FOLDER>/qualified/logs
folder.
Please ensure that the source folder contains only text files.
If you would like to contribute to this project, please fork this repository and submit a pull request. Please ensure that your code is well documented and that you have tested your code before submitting a pull request.
If you find any bugs, please submit an issue on this repository.