broidHQ / integrations

Connect your App to Multiple Messaging Channels with the W3C Open standard.
https://www.broid.ai
GNU Affero General Public License v3.0
745 stars 83 forks source link

Move to yarn? #174

Closed lesyk closed 7 years ago

lesyk commented 7 years ago

Overview

Details

Move from npm to yarn? Want to know what people think about such change? Are there any reasons not to?

killix commented 7 years ago

We already use yarn. Do you have something other in your mind? ;)

lesyk commented 7 years ago

In documentations we have: npm install --save @broid/slack we need to change that to yarn add @broid/slack

dustinblackman commented 7 years ago

I'd rather npm be the default when it comes to documentation as not everyone has made their way over to yarn. We can possibly have both however as I've seen that done quite often.