[go: up one dir, main page]

uncomment 2.10.3

A CLI tool to remove comments from code using tree-sitter for accurate parsing
Documentation
{
  "name": "uncomment-cli",
  "version": "2.10.3",
  "description": "A fast Rust-based CLI tool for removing comments from source code",
  "main": "index.js",
  "bin": {
    "uncomment": "bin/uncomment"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "keywords": [
    "comments",
    "cli",
    "rust",
    "remove-comments",
    "code-cleanup",
    "ai-generated-code",
    "formatting",
    "uncomment",
    "clean-code"
  ],
  "author": "Na'aman Hirschfeld",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Goldziher/uncomment.git"
  },
  "homepage": "https://github.com/Goldziher/uncomment#readme",
  "bugs": {
    "url": "https://github.com/Goldziher/uncomment/issues"
  },
  "dependencies": {
    "adm-zip": "^0.5.12",
    "tar": "^6.0.0"
  },
  "files": [
    "index.js",
    "install.js",
    "bin/"
  ],
  "engines": {
    "node": ">=14"
  }
}