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>options_example.json
{ "extensions": [ ".ts", ".js" ], "exclusions": [ "node_modules", "dist" ], "headerText": "// Copyright {TIMEFRAME} The Company authors. All rights reserved. MIT license.", "rootDir": ".", "firstYear": 2019, "quiet": false }