0.0.4 • Published 8 months ago

@bufbuild/license-header v0.0.4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
8 months ago

license-header

A tool to add and update license headers in source code.

Example usage:

$ npm install @bufbuild/license-header
npx license-header --year-range 2023 --copyright-holder "Acme, Inc." --license-type apache

This command will go through all checked-in and unstaged files, and update their license headers.

As an alternative to the command line, license properties can be defined in package.json under "licenseHeader".

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

9 months ago