@dmdcomposer/ahk-shell
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @dmdcomposer/ahk-shell

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

38.6 kB

Total Files

7

Last publish

Collaborators

  • dmdcomposer