npm (originally short for Node Package Manager) is a package manager for the JavaScript programming language.
DPDK uses a Private NPM Registry to provide a way to reuse scripts that we normally would otherwise copy over from other projects.
The NPM Registry provides a way to generalize these scripts into packages that can be used in every project.
To get an overview of all available packages visit: https://npm.dpdk.com/
Every package has its own GIT repository prefixed with: dpdk_npm_
or more recently @dpdk/
Please note: the registry is IP Blocked and can only be use inside DPDK or by using a DPDK VPN.
Also a username/password is required these can be found in LastPass.
The default registry for NPM can be found here: https://npmjs.com/
Last modified | Friday, April 29, 2022, 12:57:36 PM UTC |
Last author | roelvoordendag |
Commit ID | b4569da |