Skip to content

pulp/pulp_npm

Folders and files

NameName
Last commit message
Last commit date
Feb 26, 2025
Feb 26, 2025
Mar 3, 2025
Mar 3, 2025
Feb 26, 2025
Jul 17, 2023
Dec 27, 2019
Feb 26, 2025
Dec 27, 2019
Dec 2, 2024
Jan 6, 2020
Dec 27, 2019
Dec 2, 2024
Feb 20, 2025
Feb 14, 2025
Aug 16, 2024
Feb 14, 2025
Dec 2, 2024
Feb 26, 2025
Dec 2, 2024
Feb 26, 2025
Jan 30, 2024

pulp-npm

A Pulp plugin to support npm packages.

For more information, please see the documentation or the Pulp project page.

About Pulp

Pulp is a platform for managing repositories of content, such as software packages, and pushing that content out to large numbers of consumers.

Using Pulp you can:

  • Locally mirror all or part of a repository
  • Host your own content in a new repository
  • Manage content from multiple sources in one place
  • Promote content through different repos in an organized way

About pulp_npm

The plugin pulp_npm currently supports mirroring one specific version of a package and make it available. Since the plugin is API compatible with the NPM Registry, you can use the npm CLI to download packages from Pulp. For ex:

npm install --registry http://localhost:5001/pulp/content/{domain}/npm/ react

We are working to support more ways of mirroring the NPM Registry and allow uploads of npm content to pulp_npm.

License