rush-licenses

0.0.2 • Public • Published

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"
  }
}

Readme

Keywords

Package Sidebar

Install

npm i rush-licenses

Weekly Downloads

0

Version

0.0.2

License

GPL-2.0

Unpacked Size

18.7 kB

Total Files

9

Last publish

Collaborators

  • wires