Author: MUHIB ARSHAD
"A terminal-based project that automates the management of programming lab tasks. Simply run the bash.sh file, enter the number of tasks and programming language extension, then input each question. The project will create a folder on the desktop, store each answer in separate files, and open them in Visual Studio Code for easy access. Streamline your lab task organization with ease.
- Inputting lab task information through terminal using a bash.sh file
- Prompting for the number of lab tasks and programming language extension
- Entering each question one by one
- Automatically creating a folder on the desktop
- Storing each answer in separate files
- Writing the answers to the programming questions in the files
- Finally, opening the files in Visual Studio Code
- Streamlining the organization of lab tasks.
- To get started, clone the repository:
git clone https://github.com/muhib7353/Automate-Code-Tasker.git
install
thevscode
if not- Open the folder in the
VScode
- Then open the terminal
ctrl+j
- Install the essential packages
npm install
- Start running server.js file as
npm start
- Open the another terminal
bash
- If you are using linux, Give permission to execute the file
bash.sh
chmod +x bash.sh
- Execute the bash file
./bash.sh
- Now Enter the essential information in the terminal and that's it
- Star 🌟 this repository and follow at muhib7353
🤝 Contributing
"Feel free to contribute to this repository. If you want to add new features or resolve any issues, you can fork the repository and make changes to the code. If you only want to make changes to the file, you can create a pull request to the master branch. I will review it and, if it meets the necessary requirements, I will merge it into the branch. The same process applies for changes to the main branch as well."
If this project was helpful to you, please consider giving it a ⭐️. You can also follow my GitHub profile to stay updated on my latest projects: @muhib7353
Copyright © 2022 Muhib Arshad
This project is MIT licensed.