ipfs / npm-kubo

Install Kubo (go-ipfs) from NPM
https://www.npmjs.com/package/kubo
MIT License
41 stars 30 forks source link

Rename NPM package to kubo #51

Closed lidel closed 1 year ago

lidel commented 2 years ago

Part of https://github.com/ipfs/go-ipfs/issues/8959

TODO

SgtPooki commented 1 year ago

FYI, the ipfs namespace on npmjs is owned by Juan and we just need to figure out what he needs to do to transfer ownership to one of our service accounts, and then we could get @ipfs/kubo if that's something we want to do.

galargh commented 1 year ago

https://www.npmjs.com/~npm-service-account-ipfs is the most suitable account for this I think.

lidel commented 1 year ago

We now have https://www.npmjs.com/package/kubo and I've invited npm-service-account-ipfs to be one of the maintainers.

I don' think dual-publishing is worth it, as it would require additional code that modifies package.json in between builds. Let's switch to a new name, and once Kubo 0.23 ships, deprecate the go-ipfs with message asking people to switch to kubo.

PR that renames things: https://github.com/ipfs/npm-kubo/pull/63