Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何重命名或删除包?
目前我有一个包 x ,我想将其拆分为单独的组件。想要保留主名称但为这些组件扩展它,例如“x a”“x b”
当前的解决方法是:我保留旧的,在自述页面中链接到 2 个新的
谢谢你。
请参阅Nathan Weizenbaum对类似请求的以下回复:
我们不喜欢删除人们可能依赖的软件包。最好的办法可能是上传一个带有 README 的新版本,该版本将用户指向“redisclient”包(或“redis_client”,它更符合包命名约定)。