mirror of
https://github.com/Brotocol-xyz/bro-sdk.git
synced 2026-01-12 14:54:21 +08:00
15740a0832ba269b0d57e12be935eb8dfcff32c0
xlink-sdk
How to install the privately published package from GitHub Package Registry
-
Follow the guide Authenticating to GitHub Packages to create a personal access token
-
Add a
.npmrcfile to the project that needs to install this package (the `GITHUB_NPM_KEY' is an environment variable, which is the personal access token created in the previous step)@xlink-network:registry=https://npm.pkg.github.com //npm.pkg.github.com/:_authToken=${GITHUB_NPM_KEY} -
Run
npm install
Languages
TypeScript
99.6%
JavaScript
0.3%