nu_plugin_chipa_touch 0.1.0

A Nushell plugin for managing file copyright headers using customizable templates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
authors = []

[config]
template = """
Copyright (c) {current_year} @({owner.username})[{owner.github}]. All rights reserved.
Powered by ctouch v{ctouch_version}"""

[config.owner]
username = "Rick-29"
name = "Rick-29"
github = "https://github.com/Rick-29"

[variables]