2019-09-23 17:02:37 +02:00
2019-09-19 10:46:37 +02:00
2019-09-23 17:02:37 +02:00
2019-09-23 11:50:56 +02:00
2019-09-19 10:46:37 +02:00
2019-09-19 16:51:31 +02:00
2019-09-23 16:04:51 +02:00
2019-09-23 09:30:58 +02:00
2019-09-19 10:46:37 +02:00
2019-09-19 16:51:20 +02:00
2019-09-23 09:53:40 +02:00
2019-09-23 16:04:39 +02:00
2019-09-19 10:46:37 +02:00

Disclaimer

This project if based on octaImage/robotjs and is used internally at nut-tree/nut.js.

Building

Please ensure you have the required dependencies before installing:

  • Windows
    • windows-build-tools npm package (npm install --global --production windows-build-tools from an elevated PowerShell or CMD.exe)
  • Mac
    • Xcode Command Line Tools.
  • Linux
    • cmake
    • A C/C++ compiler like GCC.
    • libxtst-dev and libpng++-dev (sudo apt-get install libxtst-dev libpng++-dev).

Release build

npm install
npm run build:release

Installation and build on Windows

npm install
npm run build:release:win

Debug build

npm install
npm run build:debug

Installation and build on Windows

npm install
npm run build:debug:win
S
Description
An Node-API addon for desktop automation (supports windows ARM)
Readme 1.5 MiB
Languages
C 40.2%
C++ 24.1%
JavaScript 12.5%
Objective-C 10.2%
Objective-C++ 8.3%
Other 4.7%