Qrepo is a lightweight and intuitive package and build manager designed to streamline the process of managing project dependencies and scripts. Whether you're working on a small script or a complex software project, Qrepo provides a simple yet powerful set of commands to enhance your development workflow.
Installation
Linux and macOS
Copy the following command on your terminal to smoothly install Qrepo to your system:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/nthnn/Qrepo/master/support/install.sh)"
Windows
For Windows, download the executable file from here.
Getting Started
- Initialize your project as a Qrepo repository: qrepo init.
- Define scripts in your project's configuration file.
- Run scripts using: qrepo run
- View repository information: qrepo log

