https://github.com/creativeprojects/copyright-notice
Quick CLI tool to manage your copyright notices in your source code
https://github.com/creativeprojects/copyright-notice
automated ci cli copyright header source-code
Last synced: 8 months ago
JSON representation
Quick CLI tool to manage your copyright notices in your source code
- Host: GitHub
- URL: https://github.com/creativeprojects/copyright-notice
- Owner: creativeprojects
- License: other
- Created: 2020-09-22T21:00:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T17:26:43.000Z (over 2 years ago)
- Last Synced: 2025-01-05T21:44:42.168Z (10 months ago)
- Topics: automated, ci, cli, copyright, header, source-code
- Language: Go
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Copyright notice
This is a quick CLI tool to manage your copyright notices in your source code.
It can:
- add a copyright header automatically on files selected by extension
- exclude some folders or files (`node_modules` anyone?)
- change the year of an existing copyright
- detect a different copyright header and not touch it
- detect auto-generated files
- keep the Windows BOM on UTF-8 files## TODO:
The tool is actually fully working, but:
- The documentation is very much work in progress.
- I want to do some refactoring.
- I also want to be able to load a configuration file instead of typing a long command line every time