@coooookies/leaguetavern-native-bridge
v1.0.1
Published
Native implementation for LeagueTavern with napi-rs
Maintainers
Readme
Native-Bridge For LeagueTavern
Native implementation for LeagueTavern with napi-rs, Macos and Windows supported.
Test in local
- 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.