Skip to content

Qrepo Package Manager v1.5.2

Compare
Choose a tag to compare
@nthnn nthnn released this 11 Feb 12:05
· 12 commits to main since this release

Qrepo Package Manager

Build Action GitHub Issues GitHub Stars License

Simple and easy-to-use all-for-one build tool for AIX, Android, Darwin, Dragonfly, FreeBSD, illumos, iOS, Linux, NetBSD, OpenBSD, Plan9, Solaris, and Windows.

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.

Getting Started

  1. Initialize your project as a Qrepo repository: qrepo init
  2. Define scripts in your project's configuration file.
  3. Run scripts using: qrepo run <script-name>
  4. View repository information: qrepo log

Command

  • init: Initialize the current directory as a Qrepo repository project.
    Example:

    qrepo init
  • run: Run a defined script in the project folder.
    Example:

    qrepo run build
  • log: Display detailed information on the current repository.
    Example:

    qrepo log
  • x: Executes a script from specified URL.
    Example:

    qrepo x https://raw.githubusercontent.com/nthnn/Qrepo/master/support/install.sh
  • update: Installs an updated Qrepo.
    Example:

    qrepo update
  • help: Show help message for a specific command.
    Example:

    qrepo help