Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 770 Bytes

UNSTABLE.md

File metadata and controls

33 lines (22 loc) · 770 Bytes

Unstable channel

Publish Page:

GitHub Package Registry

  1. unstable version publish to github package
  2. npm.next.id is token-less github package registry agent
  3. If long-term use unstable channel please select Recommend Usage Method,
    If experimental use unstable channel please select Temporary Usage Method

Recommend Usage Method

Write into .npmrc on project root

@nextdotid:registry=https://npm.next.id

Add package:

npm install @nextdotid/sdk@latest

Temporary Usage Method

npm install @nextdotid/sdk@latest --registry https://npm.next.id