GitHunt

browser-kill

Build
NPM Version
NPM Downloads
Github Repo Size
LICENSE
Contributors
Commit

Kill browser process in Mac, Linux, Windows

Install

npm i browser-kill

Usage

const Brkill = require('browser-kill');

(async () => {

  // Kills chrome process
  await Brkill.chrome();

  // Kills firefox process
  await Brkill.firefox();
})

API

  • chrome()
    • Kills the chrome process, throws error if chrome process is not running
  • firefox()
    • Kills the chrome process, throws error if chrome process is not running

Contributing

Interested in contributing to this project?
You can log any issues or suggestion related to this library here

Read our contributing guide on getting started with contributing to the codebase

Languages

JavaScript100.0%

Contributors

MIT License
Created August 15, 2019
Updated July 15, 2022
arshadkazmi42/browser-kill | GitHunt