bring-to-front
v0.0.1
Published
brings window with pid to foreground
Readme
Getting Started
To get a local copy up and running follow these simple steps.
Prerequisites
- node-gyp
Installation
- Clone the repo
git clone https://github.com/estradiaz/bringToFront.git- Install NPM packages
npm installUsage
const { pid } = require("bringToFront");
const hwnd = pid(process.pid)
if(hwnd > 0){
console.log("window handle: " + hwnd)
} else{
console.log("window not found - pid valid?")
} Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.
Contact
Project Link: https://github.com/estradiaz/bringToFront
