0.0.2 • Published 2 years ago

rush-licenses v0.0.2

Weekly downloads
-
License
GPL-2.0
Repository
-
Last release
2 years ago

rush-licences

This tool will extract a list of all licenses uses in a rush monorepo.

rush-licenses --rush ~/my-rush-monorepo -o licenses.json

It will produce a JSON dictionary with this shape

{
  "yargs@16.2.0": {
    "licenses": "MIT",
    "repository": "https://github.com/yargs/yargs",
    "path": "/common/temp/node_modules/.pnpm/yargs@16.2.0/node_modules/yargs",
    "licenseFile": "/common/temp/node_modules/.pnpm/yargs@16.2.0/node_modules/yargs/LICENSE",
    "pkg": "yargs",
    "version": "16.2.0"
  }
}