Yarn is a new package manager for JavaScript from Facebook. Yarn replaces the existing workflow for the npm client or other package managers while remaining compatible with the npm registry. It has the same feature set as existing workflows while operating faster, more securely, and more reliably. Yarn is able to parallelize operations, which maximizes […]

Read More →

Semantic versioning is a standard that a lot of projects use to communicate what kinds of changes are in this release. It’s important to communicate what kinds of changes are in a release because sometimes those changes will break the code that depends on the package. npmjs has a cool semver calculator for all the […]

Read More →