ipfs-inactive / dev-team-enablement

[ARCHIVED] Dev Team Enablement Working Group
3 stars 1 forks source link

Generate package tables for go-ipld,ipfs,libp2p #128

Closed victorb closed 6 years ago

victorb commented 6 years ago

From #ipfs-dev on Freenode

13:02:20 <@daviddias> can you make a packages table for go-ipfs, go-ipld and go-libp2p like you did for js-* ? 13:03:05 <@daviddias> It would be just Package Name, CI & Coverage, given that versions don't mean anything on how go-ipfs uses its modules 13:03:47 <@daviddias> You mind want to convert https://github.com/ipfs/js-ipfs/blob/master/scripts/generate-package-table-for-readme.js into a module that takes a JSON file and outputs the markdown 13:04:20 <@daviddias> We need a clear picture of what each package belongs to where, its state and testing state

victorb commented 6 years ago

Where to find the list of packages

13:12:19 <@daviddias> go-libp2p - https://github.com/libp2p?utf8=%E2%9C%93&q=go-&type=&language=go 13:12:43 <@daviddias> go-ipfs https://github.com/ipfs?utf8=%E2%9C%93&q=go-&type=&language=go (except the go-ipld ones) 13:13:13 <@daviddias> go-ipld https://github.com/ipld?utf8=%E2%9C%93&q=go-&type=&language=go (=== none) + the go-ipld ones of https://github.com/ipfs?utf8=%E2%9C%93&q=go-&type=&language=go

daviddias commented 6 years ago

I've created a generic module with the code for js-ipfs, js-libp2p and js-ipld

Now we just have to customize it to work with Go (which will be simpler than JS)

daviddias commented 6 years ago

To summarize, the ask here is to:

hacdias commented 6 years ago

For go-ipfs, go-libp2p and go-ipld:

hacdias commented 6 years ago

@diasdavid I think it's done! Take a look ^

victorb commented 6 years ago

All PRs seems to have been merged now. Thanks @hacdias! :+1:

daviddias commented 6 years ago

Thanks for shipping this, @hacdias ❤️