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
8 months ago (1.2.2)
Package root>deno.json
{ "name": "@cknight/copyright-checker", "version": "1.2.2", "exports": { ".": "./mod.ts", "./checker": "./checker.ts", "./updater": "./updater.ts" }, "imports": { "@std/assert": "jsr:@std/assert@0.215", "@std/fs": "jsr:@std/fs@0.215", "@std/path": "jsr:@std/path@0.215" } }