Giter VIP home page Giter VIP logo

gitrel's Introduction

GitRel

Dart command line tool that checks GitHub repos for new releases. Can also check all the Starred repos of a github user for new releases.

Installation

Requirements:

To install:

> pub global activate -sgit https://github.com/holyspidoo/GitRel

To update, run activate again:

> pub global activate -sgit https://github.com/holyspidoo/GitRel

Usage

To run GitRel, you either specify a github username as argument, or you create a repos.txt file and run GitRel in the same directory as repos.txt

GitRel [-d] [username]

If the github username has starred repos, everyone will be checked for new releases. Every repo URL in repos.txt will also be checked for new releases. The format of repos.txt is one URL per line.

Example of repos.txt:

https://github.com/acidanthera/WhateverGreen
https://github.com/acidanthera/Lilu

Running GitRel in the same directory as that repos.txt file will result in:

Processing Repos from file repos.txt
-------------------------------------------------------
WhateverGreen, 1.2.3
Last update: 	about a month ago
-------------------------------------------------------
Lilu, 1.2.7
Last update: 	about a month ago

The -d flag creates a file called updateDates.json where it stores the release dates. Next time you run the tool with -d again, it will be able to tell you if new releases appeared since the last time you checked. Yeah, this is a pretty niche edge case ๐Ÿ™‚. Just be careful since the dates file is created in the directory where you run GitRel -d.

Issues and bugs

Please file reports on the GitHub Issue Tracker.

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.