1.0.0 • Published 2 years ago

@dmdcomposer/ahk-shell v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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