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
14
15
16
17
[package]
name = "nu_plugin_chipa_touch"
version = "0.1.0"
edition = "2024"
repository = "https://github.com/ChipaDevTeam/chipa-touch"
license-file = "LICENSE"
description = "A Nushell plugin for managing file copyright headers using customizable templates."

[dependencies]
chrono = "0.4.42"
nu-plugin = "0.107.0"
nu-protocol = "0.107.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
thiserror = "2.0.17"
tinytemplate = "1.2.1"
toml_edit = { version = "0.23.7", features = ["serde"] }