Loading repository data…
Loading repository data…
redhood-97 / repository
T-Reqs is a multi-language requirements file generator which also serves the purpose of preparing a template Dockerfile for working with Docker applications.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
The user will be asked to enter a main project directory name. This will contain the Dockerfile and the src folder. The src folder will keep a copy of the original source code file and the automatically generated requirements file.
Also, it's to be noted that it acts a miniature version control system on it's own. If any changes are made to the original source code, then executing the tool will refresh everything in the project directory, deleting all the older versions.
Basically, the only prerequisite required for execution is the Java Runtime Environment (JRE).
Step-1 : Move to the JAR file to a preferred location.
Step-2 : Initialize the DOSKEY batch file with path of the JAR file and save it with .bat extension.
Step-3 : Add the path of the batch file to the target of the CMD.
Step-4 : Start the CMD.
Step-5 : Navigate to the directory of the source code file.
Step-6 : Type ‘treqs’ and follow the instructions.
Now, you can use projects involving multiple source code files of varying formats. The tool will successfully create a requirements.txt, a Dockerfile, a docker-compose.yaml file for each of the code files in separate app folders for smooth management. You just need to mention the files you want to work with properly, that's it !!!!