Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

roadmap / readme dont have listing of modules #271

Closed
jbenet opened this issue May 25, 2016 · 6 comments
Closed

roadmap / readme dont have listing of modules #271

jbenet opened this issue May 25, 2016 · 6 comments

Comments

@jbenet
Copy link
Member

jbenet commented May 25, 2016

the roadmap and readme have feature listings and links to issues, but there isnt a clear listing of all the sub module repos that make up js-ipfs. would be nice to have that list to quickly access those modules

@RichardLitt
Copy link
Member

You can get this from npm ls --depth=0. However, this doesn't necessarily help. It would be great if we could highlight which ones we think are important for the Roadmap, and link their repos in a Markdown file. What do you think, @diasdavid?

$ npm ls --depth=0
[email protected] /Users/richard/src/js-ipfs
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] invalid
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] invalid
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] invalid
├── [email protected] invalid
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]

@dignifiedquire
Copy link
Member

That list is not particularly useful as it contains test dependencies as well as helper modules. To get that list it's roughly searching for anything beginning with js- in

  • diasdavid
  • ipfs
  • jbenet

public repos.

@RichardLitt
Copy link
Member

Is there any way to narrow down the 'roughly' to something more useful?

@nginnever
Copy link
Member

A few modules aren't under daviddias, ipfs, or jbenet as well.

I created a list here that is every module that I know of that is being used by js-ipfs. I am not too sure of the state of libp2p and what js-ipfs is currently depending on so @diasdavid can edit the list as needed.

@dignifiedquire
Copy link
Member

thanks a bunch @nginnever I will review it in the morning

@dignifiedquire
Copy link
Member

dignifiedquire commented Jul 25, 2016

Excellent inspiration on how to do this in the readme:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants