[go: up one dir, main page]

uncomment 1.0.5

A cli tool to remove comments from code. Supports multiple languages.
Documentation
[package]
authors = ["Na'aman Hirschfeld <nhirschfeld@gmail.com>"]
description = "A cli tool to remove comments from code. Supports multiple languages."
edition = "2021"
keywords = ["comments", "cli", "pre-commit"]
license = "MIT"
name = "uncomment"
readme = "README.md"
repository = "https://github.com/Goldziher/uncomment"
version = "1.0.5"

[dependencies]
clap = { version = "4.5.36", features = ["derive"] }
glob = "0.3.2"
regex = "1.11.1"
tempfile = "3.19.1"

[[bin]]
name = "uncomment"
path = "src/main.rs"