Echo JS 0.11.0

<~>

xat 2746 days ago. link 3 points
I already thought 2016 would end without a new package manager ;)
goblinking 2734 days ago. link 2 points
I was skeptical at first.  However, having actually used it now:

- It's *fast*.  I've got my full "stack" of modules for web development pulled down while npm is still choking away.  Try it, it's NOTICEABLY faster than stock npm.

- It's compatible with npm and there's little to learn.  npm init?  yarn init.  npm install --save?  yarn add.  Need something particular from npm?  No problem, keep using npm on the side.