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

Commit

Permalink
feat: use package-table vs custom script
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Aug 22, 2018
1 parent 5e80ee3 commit 5e6f082
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 121 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -685,17 +685,14 @@ $ curl --silent localhost:5002/api/v0/id | jq .ID
## Packages
Listing of the main packages used in the IPFS ecosystem. There are also three
specifications worth linking here:
Listing of the main packages used in the IPFS ecosystem. There are also three specifications worth linking here:
- [`interface-ipfs-core`](https://github.com/ipfs/interface-ipfs-core)
- [`http-api-spec`](https://github.com/ipfs/http-api-spec)
- [`cli spec`](https://github.com/ipfs/specs/tree/master/public-api/cli)
<!---
This table is generated from the script located in `scripts/generate-package-table-for-readme.js`
Please use the same script if you need to update this table.
-->
> This table is generated using the module `package-table` with `package-table --data=package-list.json`.
| Package | Version | Deps | CI | Coverage |
| ---------|---------|---------|---------|--------- |
| **Files** |
Expand Down
58 changes: 58 additions & 0 deletions package-list.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"columns": [
"Package",
"Version",
"Deps",
"CI",
"Coverage"
],
"rows": [
"Files",
["ipfs/js-ipfs-unixfs-engine", "ipfs-unixfs-engine"],

"DAG",
["ipld/js-ipld", "ipld"],
["ipld/js-ipld-dag-pb", "ipld-dag-pb"],
["ipld/js-ipld-dag-cbor", "ipld-dag-cbor"],

"Repo",
["ipfs/js-ipfs-repo", "ipfs-repo"],

"Exchange",
["ipfs/js-ipfs-block-service", "ipfs-block-service"],
["ipfs/js-ipfs-bitswap", "ipfs-bitswap"],

"libp2p",
["libp2p/js-libp2p", "libp2p"],
["libp2p/js-libp2p-circuit", "libp2p-circuit"],
["libp2p/js-libp2p-floodsub", "libp2p-floodsub"],
["libp2p/js-libp2p-kad-dht", "libp2p-kad-dht"],
["libp2p/js-libp2p-mdns", "libp2p-mdns"],
["libp2p/js-libp2p-mplex", "libp2p-mplex"],
["libp2p/js-libp2p-railing", "libp2p-railing"],
["libp2p/js-libp2p-secio", "libp2p-secio"],
["libp2p/js-libp2p-tcp", "libp2p-tcp"],
["libp2p/js-libp2p-webrtc-star", "libp2p-webrtc-star"],
["libp2p/js-libp2p-websocket-star", "libp2p-websocket-star"],
["libp2p/js-libp2p-websockets", "libp2p-websockets"],

"Data Types",
["ipfs/js-ipfs-block", "ipfs-block"],
["ipfs/js-ipfs-unixfs", "ipfs-unixfs"],
["libp2p/js-peer-id", "peer-id"],
["libp2p/js-peer-info", "peer-info"],
["multiformats/js-multiaddr", "multiaddr"],
["multiformats/js-multihash", "multihashes"],

"Crypto",
["libp2p/js-libp2p-crypto", "libp2p-crypto"],
["libp2p/js-libp2p-keychain", "libp2p-keychain"],

"Generics/Utils",
["ipfs/js-ipfs-api", "ipfs-api"],
["ipfs/ipfs-multipart", "ipfs-multipart"],
["ipfs/is-ipfs", "is-ipfs"],
["multiformats/js-multihashing", "multihashing"],
["multiformats/js-mafmt", "mafmt"]
]
}
115 changes: 0 additions & 115 deletions scripts/generate-package-table-for-readme.js

This file was deleted.

0 comments on commit 5e6f082

Please sign in to comment.