@hexgate/auth
v0.1.3
Published
Extract LCU auth tokens from running LoL clients.
Downloads
11
Maintainers
Readme
@hexgate/auth
@hexgate/auth: Extract LCU auth tokens from running LoL clients.
This project was bootstrapped by create-neon.
Installing @hexgate/auth
Installing @hexgate/auth requires a supported version of Node and Rust.
You can install the project with npm. In the project directory, run:
$ npm install
This fully installs the project, including installing any dependencies and running the build.
Building @hexgate/auth
If you have already installed the project and only want to run the build, run:
$ npm run build
This command uses the cargo-cp-artifact utility to run the Rust build and copy the built library into ./packages/lib/index.node
.