Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/transitive-bullshit/puppeteer-github-cli
CLI for GitHub automation driven by headless chrome.
https://github.com/transitive-bullshit/puppeteer-github-cli
automation cli github headless-chrome puppeteer
Last synced: 22 days ago
JSON representation
CLI for GitHub automation driven by headless chrome.
- Host: GitHub
- URL: https://github.com/transitive-bullshit/puppeteer-github-cli
- Owner: transitive-bullshit
- Created: 2018-05-10T17:00:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T23:12:10.000Z (over 4 years ago)
- Last Synced: 2024-10-13T22:22:17.099Z (26 days ago)
- Topics: automation, cli, github, headless-chrome, puppeteer
- Language: JavaScript
- Homepage:
- Size: 81.1 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-puppeteer - puppeteer-github-cli - CLI for GitHub automation driven by headless chrome. (Packages)
- awesome-puppeteer-zh - puppeteer-github-cli - 由puppeteer 驱动的 GitHub自动化CLI. (包 / 贡献)
README
# puppeteer-github-cli
> CLI for [GitHub](https://github.com) automation driven by headless chrome.
[![NPM](https://img.shields.io/npm/v/puppeteer-github-cli.svg)](https://www.npmjs.com/package/puppeteer-github-cli) [![Build Status](https://travis-ci.com/transitive-bullshit/puppeteer-github-cli.svg?branch=master)](https://travis-ci.com/transitive-bullshit/puppeteer-github-cli) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
This CLI also has a [library](https://github.com/transitive-bullshit/puppeteer-github).
## Install
```bash
npm install -g puppeteer-github-cli
```## Usage
```bash
Usage: github [options] [command]Options:
-V, --version output the version number
-u, --username account username
-e, --email account email
-p, --password account password
-H, --no-headless (puppeteer) disable headless mode
-s, --slow-mo (puppeteer) slows down operations by the given ms (default: 0)
-h, --help output usage informationCommands:
signup [options]
signin
signout
verify [options]
star-package
unstar-package
star-repo
unstar-repo
```## Related
- [puppeteer-github](https://github.com/transitive-bullshit/puppeteer-github) - Library for this CLI.
- [puppeteer-email](https://github.com/transitive-bullshit/puppeteer-email) - Email automation driven by headless chrome.
- [puppeteer](https://github.com/GoogleChrome/puppeteer) - Headless Chrome Node API.
- [awesome-puppeteer](https://github.com/transitive-bullshit/awesome-puppeteer) - A curated list of awesome puppeteer resources.## License
MIT © [Travis Fischer](https://github.com/transitive-bullshit)
Support my OSS work by following me on twitter