puppeteer-github-cli

0.0.5 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i puppeteer-github-cli

Weekly Downloads

3

Version

0.0.5

License

MIT

Unpacked Size

8.2 kB

Total Files

11

Last publish

Collaborators

  • fisch0920