browser-installer

1.4.4 • Public • Published

browser-installer

Install web browser using npm, node or from command line across platforms.

Using node

npm i --save browser-installer
  import {install} from 'browser-installer';
 
  (async () => {
    await install();
    // web browser will now be installed
  })();

From the CLI

  npm i -g browser-installer
  browser-installer install
  // web browser will now be installed

Package Sidebar

Install

npm i browser-installer

Weekly Downloads

1

Version

1.4.4

License

MIT

Unpacked Size

13.9 kB

Total Files

10

Last publish

Collaborators

  • dosy