{{ pillar.title }}
{{ pillar.body }}
Every user's pull (like npm install) costs only 1 cent.
{{ pillar.body }}
A simple 4-step flow to install packages and keep spending predictable.
{{ step.body }}
Set this up once, then use npm install as usual.
Issue a Personal Access Token from your onecenter dashboard and export it.
export ONECENTER_TOKEN=<YOUR_PAT>
Point npm to the onecenter registry and attach your PAT. All registry access requires authentication.
registry=https://registry.onecenter.dev
//registry.onecenter.dev/:_authToken=${ONECENTER_TOKEN}
Package names follow the format @onecenter/<owner>.<package>. Confirm metadata resolves correctly.
npm view @onecenter/<owner>.<package> version
Install normally. Each tarball download is billed at 1 cent against your balance.
npm install @onecenter/<owner>.<package>
{{ item.a }}
Current support is Node.js (npm). Python, Go, and Java are planned for future support.