1.0.3 • Published 2 years ago

auto-browser v1.0.3

Weekly downloads
4
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

auto-browser

Light abstraction onto puppeteer in order to simplify easy browser automation tasks.

oclif Version Downloads/week License

Usage

Example usage includes automatic participation in christmas/advent competitions so you do not have to do it manually, 24 times.

$ npm install -g auto-browser
$ auto-browser COMMAND
running command...
$ auto-browser (-v|--version|version)
auto-browser/1.0.2 darwin-x64 node-v17.2.0
$ auto-browser --help [COMMAND]
USAGE
  $ auto-browser COMMAND
...

Commands

auto-browser help [COMMAND]

Display help for auto-browser.

USAGE
  $ auto-browser help [COMMAND]

ARGUMENTS
  COMMAND  Command to show help for.

OPTIONS
  -n, --nested-commands  Include all nested commands in the output.

See code: @oclif/plugin-help