This repository was archived by the owner on Mar 10, 2020. It is now read-only.
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Consider per-language core-interface repos #423
Closed
Description
Go implementation of core-interface (CoreAPI) is getting to the stage where it can be extracted from go-ipfs repo, and afaik it's supposed to live it this repo together with js interface definitions / tests.
But there are problems:
- Both NPM and GX use
package.json
- Many tools expect
package.json
to live in repository root (things like gx-workspace, our Jenkins pipelines) - Packages will carry unnecessary bloat (this can probably be mitigated)
- This will only get worse with more languages
I'd say that this repo should stay focused on JS, and interface repos should be called [lang]-ipfs-interface
@alanshaw @Stebalien @daviddias (+others) Thoughts?
Metadata
Metadata
Assignees
Labels
No labels