@internxt/sdk
v1.15.1
Published
An sdk for interacting with Internxt's services
Downloads
5,782
Readme
Getting Started
Installation
- Create a
.npmrcfile from the.npmrc.templateexample provided in the repo. - Replace
TOKENwith your own Github Personal Access Token withread:packagespermission ONLY - Use
yarnto install project dependencies.
Import style guideline
- Always use relative imports (e.g.,
../utils/helperor./myComponent). - Do NOT use absolute imports (e.g.,
src/...,@/..., etc).
