@dmdcomposer/ahk-shell
v1.0.0
Published
Run AHK scripts from Node.js with simple (but efficient) inter-process communication through stdio, forked from python-shell replacing python exe with ahk
Downloads
4
Readme
ahk-shell
A simple way to run ahk scripts from Node.js with basic but efficient inter-process communication and better error handling. This package is completely forked from python-shell. I just exchanged python to AHK in descriptors and in the exe shell path.
Features
- Reliably spawn AHK scripts in a child process
- Built-in text, JSON and binary modes
- Custom parsers and formatters
- Simple and efficient data transfers through stdin and stdout streams
- Extended stack traces when an error is thrown
Requirements
First make sure you are able to run ahk
(Windows).
Installation
npm install ahk-shell