Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/kherock/yarn-plugins
- Owner: kherock
- License: bsd-2-clause
- Created: 2020-09-27T04:09:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T19:59:17.000Z (10 months ago)
- Last Synced: 2024-03-31T20:39:52.265Z (10 months ago)
- Topics: berry, dotenv, esm, yarn
- Language: TypeScript
- Homepage:
- Size: 441 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
---
## 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