2017 © Pedro Peláez
 

project github-notifications

An interactive shell for modern PHP.

image

graham-campbell/github-notifications

An interactive shell for modern PHP.

  • Sunday, March 11, 2018
  • by graham-campbell
  • Repository
  • 1 Watchers
  • 18 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

GitHub Notifications

GitHub Notifications was created by, and is maintained by Graham Campbell, and is a simple command line tool to mark all notifications about issues or rejected PRs as read on a given organization. Feel free to check out the releases, security policy, license, code of conduct, and contribution guidelines., (*1)

Banner, (*2)

Build Status StyleCI Status Software License Latest Version , (*3)

Installation

PHP 7.4-8.3 is required. To get the latest version, simply require the project using Composer:, (*4)

$ composer global require "graham-campbell/github-notifications:^4.1"

Alternatively, you can simply clone the repo and run composer install in the folder., (*5)

Authentication

You'll also need to create yourself a personal access token for GitHub's API with access to the notifications scope., (*6)

Usage

By default, we'll try and read your personal access token for GitHub from the GITHUB_TOKEN environment variable, however you can also specify a token with the --token command-line flag., (*7)

To clear all issue notifications for the Laravel organization:, (*8)

$ notifications clear laravel

Or, if you are specifying a token:, (*9)

$ notifications clear laravel --token {...}

Building

The following documentation is for contributors to this package only., (*10)

To build the phar file, run:, (*11)

$ make composer-install
$ make box-compiler

Security

If you discover a security vulnerability within this package, please send an email to security@tidelift.com. All security vulnerabilities will be promptly addressed. You may view our full security policy here., (*12)

License

GitHub Notifications is licensed under The MIT License (MIT)., (*13)

The Versions

11/03 2018

dev-master

9999999-dev

An interactive shell for modern PHP.

  Sources   Download

MIT

The Requires

 

by Graham Campbell

github