Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipfs-npm = registry-mirror.next() #42

Closed
daviddias opened this issue Jun 28, 2016 · 0 comments
Closed

ipfs-npm = registry-mirror.next() #42

daviddias opened this issue Jun 28, 2016 · 0 comments
Labels
kind/enhancement A net-new feature or improvement to an existing feature

Comments

@daviddias
Copy link
Member

daviddias commented Jun 28, 2016

I'm working towards a new iteration of registry-mirror, now known as ipfs-npm to include a more friendly UX. Hopefully, we will also have unixfs-sharding soon in go-ipfs, enabling ipfs-npm to work for a full copy of the registry.

I'm going to do README driven development for this iteration, writing the interface first and then implementing the features. The goal is to have:

  • ipnpm registry clone - Downloads and stores the entire npm repository into IPFS
  • ipnpm registry index publish - Publishes the current index we know as an IPNS name, so that we can share the index with others
  • ipnpm registry index fetch- Fetches the latest known index from the IPFS network
  • ipnpm daemon - Starts an ipfs-npm daemon, so that we can point our npm cli to it
  • ipnpm install <module> - Tries to install through IPFS, if the module is not available, fallbacks and installs through regular registry.

Follow the development on PR: #43

@daviddias daviddias added the kind/enhancement A net-new feature or improvement to an existing feature label Jun 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A net-new feature or improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant