0.03
The project is in a healthy, maintained state
Fetch, Upload, Organize, and Distribute Software Packages
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 3.6, >= 3.6.0

Runtime

>= 0
>= 1.0.1, < 2.9
 Project Readme

pulp-npm

  • pulp-npm
    • About Pulp
    • About pulp_npm
    • License

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