Working with git and docker requires you to work with repetitive commands on the terminal.
Automation is applied to work with these repetitive task easily.
Dev Automation Script is a one way to execute the repetitive commands of the terminal with ease beneath a user friendly web interface and lets you perform code completion and generation with OpenAI prompts features all in one place.
Starting from the BASH written menu style script that needs to be configured once the script is available in the form of web interface.
The script executes the command for the user on the local machine where user has to access a simple interface and can ease out from executing the commands on the terminal.
The script uses Python and streamlit to perform the above stated operation.