Native implementation for LeagueTavern with napi-rs, Macos and Windows supported.
- yarn
- yarn build
- yarn test
And you will see:
$ ava --verbose
✔ findProcessesByName should find the current process by its name
✔ findProcessByPid should return info for current process
✔ getProcessCmdline should return non-empty string for current process
─
3 tests passed
✨ Done in 1.12s.