Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rgl/try-puppeteer-in-bun

try puppeteer in bun
https://github.com/rgl/try-puppeteer-in-bun

bun puppeteer

Last synced: about 2 months ago
JSON representation

try puppeteer in bun

Awesome Lists containing this project

README

        

# try-puppeteer-in-bun

[![Build status](https://github.com/rgl/try-puppeteer-in-bun/workflows/build/badge.svg)](https://github.com/rgl/try-puppeteer-in-bun/actions?query=workflow%3Abuild)

This runs [Puppeteer](https://github.com/puppeteer/puppeteer) in [Bun](https://bun.sh).

## Usage

Install [Bun](https://bun.sh).

Execute:

```bash
bun install --frozen-lockfile
bun pm ls --all
#rm -rf ~/.cache/puppeteer
bun run main.js
```