Welcome to the CLI Quiz Tool! This command-line tool is designed to help users learn and practice Linux CLI commands. You'll be given tasks to perform directly in the terminal, and if you perform them correctly, you'll advance to the next question.
To get started with the CLI Quiz Tool, follow these steps:
-
Clone the repository:
git clone https://github.com/Elizura/learncli
-
Navigate to the project directory:
cd learncli
-
Run docker compose to start the service:
docker compose run app
When running the tool, you'll be asked to perform various actions in the terminal. If you execute the command correctly, you'll move on to the next question.
After finishing the task asked on the quize you can submit your solution using ctrl + s
I welcome contributions to improve and expand the CLI Quiz Tool. To contribute:
- Check out the issues section for available tasks and feature requests.
- Choose an issue, implement the feature, and submit a pull request (PR) to the main branch. Your contributions are highly appreciated!
This project is licensed under the MIT License. See the LICENSE file for details.
Happy learning!