如何在 Atmosphere 中为 Meteor 包添加协作者

How to add collaborator for Meteor package in Atmosphere

我已经将包裹邮寄到 atmospherejs。包是与几个人合作完成的。如何将他们添加为协作者?

另外,将包发布为一个组织可能会很好。任何想法如何做到这一点?

meteor admin maintainers <yourusername:your-package> --add <collaboration-username>

meteor admin maintainers iron:router --add mrt

将包发布为一个组织可能确实是最好的。这是我特别推荐给第三方库的方法。例如,我现在是 webix:webix, but that may change in the future, and in any case, the credit should go to 的唯一贡献者,不是我。

要创建组织,请转到 Meteor -> My Account -> Organizations。添加新组织,然后向其添加成员。

不需要meteor admin maintainers。但是,运行 meteor admin help maintainers 可用操作。