Giter Site home page Giter Site logo

repo-maintain's Introduction

repo-maintain

mr helps repo owners to easily maintain their repos

Install

$ git clone https://github.com/pacstall/repo-maintain/
$ cd repo-maintain
$ ./install.sh

Commands

All these commands need to be run in the directory of your repo

mr -I creates a repo in your working directory. It will fail if the directory is not empty.

mr -A moves a pacscript to your working directory if it's a repo.

mr -U updates packageslist file in your working directory if it's a repo. This file is used for searching and installing with pacstall.

mr -T will test a pacscript in a docker container. Can be run in any directory

mr -B will take a deb ending URL and create a pacscript for you

Examples

First we create a repo.

$ mkdir my-repo && cd my-repo
$ mr -I

After that, we test if the script works. This is done with a docker container of ubuntu.

$ mr -T ~/test.pacscript        # tests pacscript inside a docker container

After we see that the script ran successfully, we can add it to the repo.

$ cd my-repo
$ mr -A ~/test.pacscript        # adds test.pacscript to the repo
$ mr -U                         # updates packagelist

Finally, we can add a remote to the git repo and push the changes.

$ git remote add origin https://github.com/my-username/my-repo/ 
$ git push

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.