0.0.5 • Published 6 years ago

puppeteer-github-cli v0.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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>

Related

License

MIT © Travis Fischer