forehead-cli 0.1.2

A tool for creating and maintaining file headers for code license
forehead-cli-0.1.2 is not a library.

forehead-cli

CLI tool for forehead — create and maintain file headers for code license.

Installation

cargo install forehead-cli

Usage

forehead apply        # Apply headers to all source files
forehead check        # CI mode — exit 1 on missing/wrong headers
forehead list         # List files with header status
forehead remove       # Remove headers from files
forehead init         # Scaffold forehead.toml

License

Apache-2.0 OR MIT