inklecate-bin
v1.2.0
Published
simple repackaging of the inklecate binaries on npm. automatically updated from github releases
Readme
inklecate-bin
a simple repackaging of inklecate releases
Install
$ npm install -D inklecate-binUsage
import { getInklecateBinaryPath } from 'inklecate-bin';
import child_process from 'node:child_process';
child_process.spawn(getInklecateBinaryPath(), inklecateArgs);This package should be considered under the same license as https://github.com/inkle/ink which at the time of writing is MIT.
