2024-08-06 17:16:31 +01:00
2024-04-14 17:46:26 +01:00
2024-07-29 13:41:20 +01:00
2024-07-18 20:16:55 +01:00
2024-07-23 22:30:45 +01:00
2024-08-06 17:16:12 +01:00
2024-08-05 16:20:38 +01:00
2024-04-14 17:46:26 +01:00
2024-07-18 20:16:55 +01:00
2024-08-05 16:20:38 +01:00
2024-04-14 17:46:26 +01:00
2024-04-14 17:46:26 +01:00
2024-08-06 17:16:31 +01:00
2024-07-29 17:51:22 +01:00
2024-04-14 17:46:26 +01:00

xlink-sdk

How to install the privately published package from GitHub Package Registry

  1. Follow the guide Authenticating to GitHub Packages to create a personal access token

  2. Add a .npmrc file 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}
    
  3. Run npm install

Description
No description provided
Readme MIT 2.1 MiB
Languages
TypeScript 99.6%
JavaScript 0.3%