@smnielsen/cover-my-ass

Check for allowed open-source licenses

Usage no npm install needed!

<script type="module">
  import smnielsenCoverMyAss from 'https://cdn.skypack.dev/@smnielsen/cover-my-ass';
</script>

README

cover-my-ass

Check that your packages only includes allowed licenses

Usage

This package installs itself in the binary folder as cover-my-ass.

To use this you can add it to your package.json scripts as

scripts: {
  ...
  "compliance": "cover-my-ass",
  ...
}