# Windows process manager
A promise based native addon for [node.js](https://nodejs.org) for working with processes on Windows. This module based on [windows-api](https://docs.microsoft.com/en-us/windows/win32/procthread/process-and-thread-functions). The module allows you to create new processes, manage processes memory, manage threads, load DLL files etc. from node.js runtime.

## Installation
Before installing this module you have to install [node-gyp](https://github.com/nodejs/node-gyp) to compile the native addon.
```
npm i windows-process-manager
```
## Usage
Check out the [documentation](doc/api.md) for more information.

Check out the [changelog](doc/changelog.md) for more information about versions. 
