Socket
Book a DemoInstallSign in
Socket

focus-dt

Package Overview
Dependencies
Maintainers
7
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

focus-dt

A simple command-line tool for running down PRs on DefinitelyTyped

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
0
Maintainers
7
Weekly downloads
 
Created
Source

focus-dt

A simple command-line tool for running down PRs on DefinitelyTyped.

Installation

npm i -g focus-dt

Usage

focus-dt [options]

Options

  --version        Show version number                                 [boolean]
  --token          GitHub Auth Token                                    [string]
  --username       GitHub Username                                      [string]
  --password       GitHub Password                                      [string]
  --review         Include items from the 'Review' column of 'Pull Request
                   Status Board'                                       [boolean]
  --checkAndMerge  Include items from the 'Check and Merge' column of 'Pull
                   Request Status Board'                               [boolean]
  --oldest         Sort so that the least recently updated cards come first
                                                                       [boolean]
  --newest         Sort so that the most recently updated cards come first
                                                                       [boolean]
  --port           The remote debugging port to use to wait for the chrome tab
                   to exit.                                             [number]
  --verbose, -v    Increases the log level                               [count]
  --help           Show help                                           [boolean]

Token Acquisition

If not GitHub auth token is provided, then the script will look in your host environment for: GITHUB_API_TOKEN, FOCUS_DT_GITHUB_API_TOKEN and AUTH_TOKEN before asking for a token.

FAQs

Package last updated on 10 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts