Getting started
Use this endpoint with npm or any compatible package manager.
Configure npm
Set the registry for your current npm environment:
npm config set registry https://registry.tryanks.com
Install a package
Install packages with the standard npm command:
npm install [package]
View package information
Inspect the latest version and package metadata:
npm view [package]
Use for one command
Override the configured registry without changing your npm settings:
npm install [package] --registry=https://registry.tryanks.com