[go: up one dir, main page]

uncomment 1.0.2

A cli tool to remove comments from code. Supports multiple languages.
[[bin]]
name = "uncomment"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.31"

[dependencies.glob]
version = "0.3.2"

[dependencies.tempfile]
version = "3.17.1"

[package]
authors = ["Na'aman Hirschfeld <nhirschfeld@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.2"