Skip to main content
Module

x/license_checker/main.ts

📄 CLI tool for checking license headers in files
Latest

This module is the main entry point for the license checker tool.

Create .licenserc.json like the following:

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

Then, run the command

deno run --allow-read jsr:@kt3k/license-checker
This module does not provide any exports.