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

feat: use package-table vs custom script #1525

Merged
merged 1 commit into from
Aug 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -757,17 +757,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.