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

Adding option to generate a template file; resolves #50. #51

Closed neverendingqs closed 7 years ago

neverendingqs commented 7 years ago

Sample template file:

{
  "manualOverrides": {
    "bson@0.2.22": "Apache License, Version 2.0",
    "kerberos@0.0.4": "Apache*",
    "modm@0.4.1": "UNKNOWN",
    "mongodb@1.4.14": "Apache License, Version 2.0"
  }
}
neverendingqs commented 7 years ago

I'm game for both. Should be updated with latest commit.

zommerfelds commented 7 years ago

BTW, I made you an admin. Thanks for the contributions :) I'm not sure what the status is on auto-publishing on CI. It was broken at some point. @JimD2L do you know?