RuBAN-GT / yarn-plugin-release

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yarn release plugin

Install

yarn plugin import https://raw.githubusercontent.com/RuBAN-GT/yarn-plugin-release/main/bundles/%40yarnpkg/plugin-release.js

Commands

  • yarn release graph - prints monitored workspaces graph
    • -o, --output-format can be json or tree
  • yarn release version check - prints changed workspaces with related chunks
  • yarn release version chunks - prints changed workspaces in topological order grouped by chunks.
    • -g, --group-by the count of chunks, default is available machine cores

About


Languages

Language:TypeScript 97.4%Language:JavaScript 2.6%