Brightspace / d2l-license-checker

Simple tool to continuously check for D2L accepted licenses of all npm dependencies in a project.
4 stars 2 forks source link

Option to generate a template .licensechecker.json #50

Closed neverendingqs closed 7 years ago

neverendingqs commented 7 years ago

Request:

To ease the creation of a .licensechecker.json for guessed or unknown libraries, it would be nice for the tool to generate something like this:

{
  "manualOverrides": {
    "some-package@9.9.9": "licenseStub",
    "some-other-package@9.9.9": "licenseStub"
  }
}

to remove most of the plumbing work required.