{{ 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.
Get your onecenter token and set it as an environment variable.
export ONECENTER_TOKEN=<YOUR_TOKEN>
Point npm to onecenter registry and attach your token.
registry=https://registry.onecenter.dev
//registry.onecenter.dev/:_authToken=${ONECENTER_TOKEN}
Check that npm can resolve package metadata through onecenter.
npm view @onecenter/<user_id>/<repository_name> version
Install normally. Each pull is billed at 1 cent.
npm install @onecenter/<user_id>/<repository_name>
{{ item.a }}
Current support is Node.js (npm). Python, Go, and Java are planned for future support.