Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pnpm](https://github.com/pnpm/pnpm) is a package manager optimized for monorepos. It is faster than NPM and consumes less disk storage than Yarn. Disk consumption: - Yarn ```sh $ du -sh ~/workspace/acre/acre 2.2G /Users/jakub/workspace/acre/acre ``` - pnpM ```sh $ du -sh ~/workspace/acre/acre 875M /Users/jakub/workspace/acre/acre ``` To install pnpm with Homebrew run `brew install pnpm`, for other installation options please see the [documentation](https://pnpm.io/installation). To install the packages dependencies run: ```sh pnpm install ```
- Loading branch information