Files
pnpm/packages/utils/README.md
2018-05-13 00:55:25 +03:00

18 lines
327 B
Markdown

# @pnpm/utils
> Utils for pnpm
This package was created to avoid circular dependency between `supi` and `@pnpm/headless`.
The functions used by `@pnpm/headless` from `supi` were moved here.
Eventually, this package has to be divided into smaller ones.
## Installation
```
pnpm i @pnpm/utils
```
## License
[MIT](LICENSE)