Pull what you need.
Just 1 cent each.

Every user's pull (like npm install) costs only 1 cent.

Why Onecenter for Users?

{{ pillar.title }}

{{ pillar.body }}

User Flow

A simple 4-step flow to install packages and keep spending predictable.

{{ step.title }}

{{ step.body }}

How to Pull in Practice

Set this up once, then use npm install as usual.

1. Prepare your token

Get your onecenter token and set it as an environment variable.

export ONECENTER_TOKEN=<YOUR_TOKEN>

2. Configure .npmrc

Point npm to onecenter registry and attach your token.

registry=https://registry.onecenter.dev
//registry.onecenter.dev/:_authToken=${ONECENTER_TOKEN}

3. Verify registry access

Check that npm can resolve package metadata through onecenter.

npm view @onecenter/<user_id>/<repository_name> version

4. Pull with npm install

Install normally. Each pull is billed at 1 cent.

npm install @onecenter/<user_id>/<repository_name>

Common User Questions

{{ item.q }}

{{ item.a }}

Supported Languages

Current support is Node.js (npm). Python, Go, and Java are planned for future support.

Now: Node.js (npm) Planned: Python Planned: Go Planned: Java