yarn-plugins

A small collection of plugins for modern Yarn!

BSD-2-CLAUSE License

Stars
3

Yarn plugins

  • plugin-dotenv adds support for loading
    environment variables from .env files at the project root
  • 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 adds support for generating
    changelogs and bumping workspace versions according to the conventional commits
    standard
  • plugin-workspaces-export adds support for
    exporting workspaces into a deployable archive with a PnP runtime
Related Projects