XRPLF / xrpl.js

A JavaScript/TypeScript API for interacting with the XRP Ledger in Node.js and the browser
https://xrpl.org/
1.19k stars 507 forks source link

Rename packages #2446

Open ckniffen opened 10 months ago

ckniffen commented 10 months ago

I propose we scope all packages in this monorepo to @xrplf. This will have the benefit of grouping the packages in node_modules in one place and remove the name "ripple". It also shows shared set of maintainers between the packages as anyone can create a package named xrpl-*.

Suggested package renames:

This work can be done in either xrpl.js 3.0 or 4.0. I would prefer 4.0 as it may break xrpl into smaller packages such as suggested in #2307

ckniffen commented 10 months ago

There are also 2 packages already under the @xrplf npm organization, @xrplf/prettier-config and @xrplf/eslint-config.

tequdev commented 10 months ago

For me personally, I like "xrpl" as it is.

intelliot commented 10 months ago

I think it's worth considering keeping xrpl as-is to avoid churn and keep the name short, while still renaming/moving the other packages to be under @xrplf.

ckniffen commented 10 months ago

For me personally, I like "xrpl" as it is.

I think it's worth considering keeping xrpl as-is to avoid churn and keep the name short, while still renaming/moving the other packages to be under @xrplf.

I will keep that one the same.