Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kherock/yarn-plugins

A small collection of plugins for modern Yarn!
https://github.com/kherock/yarn-plugins

berry dotenv esm yarn

Last synced: 4 months ago
JSON representation

A small collection of plugins for modern Yarn!

Awesome Lists containing this project

README

        



Yarn

---

## Yarn plugins

- [plugin-dotenv](packages/plugin-dotenv) adds support for loading
environment variables from .env files at the project root
- [plugin-esm-loader-typescript](packages/plugin-esm-loader-typescript) extends
Yarn's PnP ESM loader hooks with support for loading TypeScript files. It's like
`esbuild-register` for ESM.
- [plugin-release](packages/plugin-release) adds support for generating
changelogs and bumping workspace versions according to the conventional commits
standard
- [plugin-workspaces-export](packages/plugin-workspaces-export) adds support for
exporting workspaces into a deployable archive with a PnP runtime