Skip to content

TomasHubelbauer/node-win-pid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Node Windows Process ID

This is a Node library for getting process ID by its name on Windows.

Installation

git submodule add https://github.com/tomashubelbauer/node-win-pid

Usage

import pid from './node-win-pid/index.js';

const id = await pid('notepad.exe');

Development

Run tests using npm test.