Renepo allows you to open a URL in multiple browsers at the same time using the command line. Super helpful for during web development when you need to open a site in multiple browsers for testing.
It is recommended that you install this package globally, and use it as a CLI tool.
npm i -g renepo
yarn global add renepo
Usage: renepo [options] <url>
Arguments:
url URL to open
Options:
-b, --browsers [...browsers]
-h, --help display help for command
renepo https://localhost:3000 -b chrome,safari
Report these on GitHub.