Code Monkey home page Code Monkey logo

bop's Introduction

GitHub Actions CI Status GoReportCard Codebeat badge GitHub Actions CodeQL Status

InstallationCommand-line completionMan documentationUsageBuild StatusContributingLicense


bop is a utility for generating bibop tests for RPM packages.

Installation

From source

To build the bop from scratch, make sure you have a working Go 1.18+ workspace (instructions), then:

go install github.com/essentialkaos/bop@latest

Prebuilt binaries

You can download prebuilt binaries for Linux from EK Apps Repository:

bash <(curl -fsSL https://apps.kaos.st/get) bop

Container image

Official bop images available on GitHub Container Registry and Docker Hub. Install the latest version of Podman or Docker, then:

curl -#L -o bop-container https://kaos.sh/bop/bop-container
chmod +x bop-container
sudo mv bop-container /usr/bin/bop
bop test-name package.rpm

Command-line completion

You can generate completion for bash, zsh or fish shell.

Bash:

sudo bop --completion=bash 1> /etc/bash_completion.d/bop

ZSH:

sudo bop --completion=zsh 1> /usr/share/zsh/site-functions/bop

Fish:

sudo bop --completion=fish 1> /usr/share/fish/vendor_completions.d/bop.fish

Man documentation

You can generate man page using next command:

bop --generate-man | sudo gzip > /usr/share/man/man1/bop.1.gz

Usage

Build Status

Branch Status
master CI
develop CI

Contributing

Before contributing to this project please read our Contributing Guidelines.

License

Apache License, Version 2.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.