QEMU supervision library for Node.js.
Find a file
modeco80 adcefd76ef retool QemuVM to use the process launcher interface
Relatively easy since we basically comform to a subset of execa anyways.
2024-11-02 03:00:51 -04:00
examples remove display stuff 2024-08-23 07:01:21 -04:00
src retool QemuVM to use the process launcher interface 2024-11-02 03:00:51 -04:00
.gitignore init 2024-07-16 08:02:05 -04:00
.prettierrc.json init 2024-07-16 08:02:05 -04:00
.yarnrc.yml init 2024-07-16 08:02:05 -04:00
LICENSE init 2024-07-16 08:02:05 -04:00
package.json release 0.2.4 2024-08-23 09:58:08 -04:00
README.md remove display stuff 2024-08-23 07:01:21 -04:00
RELEASE_NOTES.md release 0.2.4 2024-08-23 09:58:08 -04:00
tsconfig.json fix tsconfig.json dangling symlink 2024-08-04 18:02:45 -04:00

superqemu

A lean QEMU supervision library for Node.js.

Usage

See the /examples directory in the repo for now. The library is pretty simple though (on purpose).