New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

puppeteer-github-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puppeteer-github-cli

CLI for GitHub automation driven by headless chrome.

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

puppeteer-github-cli

CLI for GitHub automation driven by headless chrome.

NPM Build Status JavaScript Style Guide

This CLI also has a library.

Install

npm install -g puppeteer-github-cli

Usage

  Usage: github [options] [command]

  Options:

    -V, --version              output the version number
    -u, --username <username>  account username
    -e, --email <email>        account email
    -p, --password <password>  account password
    -H, --no-headless          (puppeteer) disable headless mode
    -s, --slow-mo <timeout>    (puppeteer) slows down operations by the given ms (default: 0)
    -h, --help                 output usage information

  Commands:

    signup [options]
    signin
    signout
    verify [options]
    star-package <pkg>
    unstar-package <pkg>
    star-repo <repo>
    unstar-repo <repo>

License

MIT © Travis Fischer

Keywords

puppeteer

FAQs

Package last updated on 15 May 2018

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