Skip to main content

A library for checking and updating copyright/license headers in a project.

This package works with Deno
This package works with Deno
JSR Score
82%
Published
7 months ago (1.2.2)
function updateCopyrightHeaders
updateCopyrightHeaders(options: Options): Promise<void>

Updates all matched files with a valid copyright/license header where necessary.

Parameters

options: Options

Return Type

Promise<void>

Add Package

deno add jsr:@cknight/copyright-checker

Import symbol

import { updateCopyrightHeaders } from "@cknight/copyright-checker";

---- OR ----

Import directly with a jsr specifier

import { updateCopyrightHeaders } from "jsr:@cknight/copyright-checker";