Node GH Github 命令行工具

程序名称:Node GH

授权协议: BSD

操作系统: 跨平台

开发语言: JavaScript

Node GH 介绍

Node GH 是基于 Node.js 编写的 Github 命令行工具。

使用示例:

  • Shortcut for listing open pull requests for the current repository.

    gh pr
    
  • List open pulls requests for all branches from all your repositories.

    gh pr --list --all
    
  • List open pull requests sent by logged user on current repository.

    gh pr --list --me
    
  • List open pull requests with link and content.

    gh pr --list --detailed
    
  • List open pull requests for a branch.

    gh pr --list --branch master
    
  • List open pull requests and sort them by popularity (comment count).

    gh pr --list --sort popularity
    
  • List open pull requests and sort them by asc long-running (old but still active).

    gh pr --list --sort long-running --direction asc
    
  • List open pull requests and sort them by complexity (complexity is calculated based on number of additions, deletions, changed files, comments and review comments).

    gh pr --list --sort complexity
    

Node GH 官网

http://nodegh.io/

相关编程语言

提到 EclEmma 首先就要说到著名的 Java 覆盖测试工具...
Solex是一个WEB应用测试用的Eclipse插件。Solex可以...
Apache为我们提供了一个强大的工具 Cactus!它是一套...
Google C Testing Framework是Google公司用来在各种...
JdbcProxy 是 SourceForge 上一个开源的 Java 项目,...
Ripplet是一款负载测试工具,特征如下: 1)基于Apa...