Skip to main content

deno_license_checker v1.1.0

This tool checks the license banners in the files in a git repository. You can configure which files should have which license texts with .licenserc.json.

Usage

Create .licenserc.json like the following:

{
  "**/*.ts": "// Copyright 2019 Foo. All rights reserved. MIT license."
}

Then run:

deno https://raw.githubusercontent.com/kt3k/deno_license_checker/v1.1.0/main.ts

This checks the license lines in the files in your repository.

LICENSE

MIT