Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Chahuadev Fix Comments Tool

License: MIT Version npm

Professional Comment Standardization Tool for JavaScript/TypeScript Projects

A comprehensive CLI tool that intelligently adds, converts, and improves comments in JavaScript and TypeScript codebases with advanced AST-based analysis, bilingual support, and AI-friendly formatting.

Features

  • Smart Comment Detection - AST-based analysis with intelligent comment generation
  • Comment Style Conversion - Convert /* */ to // comments automatically
  • Bilingual Support - Add Thai/English comments intelligently
  • AI-Friendly Format - Generate compatible comments for AI tools
  • Safe Processing - Automatic backup and dry-run preview mode
  • Performance Optimized - Fast processing for large codebases with TypeScript support

Beta Development Status

v3.0.1-beta is the FINAL BETA VERSION

  • Current users can continue using this version normally
  • No more beta version updates will be released
  • Next release will be v1.0.0 (Production Ready)
  • Expected v1.0.0 release: Q1 2026

This beta version remains fully functional and safe to use, but future development will focus on the stable v1.0.0 release.

Quick Start

Installation

NPX (Recommended)

# Always use beta version for latest features
npx @chahuadev/fix-comments@beta

Global Installation

npm install -g @chahuadev/fix-comments@beta

Usage

Basic Usage

# Add missing comments with backup (Recommended)
npx @chahuadev/fix-comments@beta . --add-missing --backup --verbose

# Preview changes first (Safe!)
npx @chahuadev/fix-comments@beta . --dry-run --verbose

# Convert comment styles only
npx @chahuadev/fix-comments@beta src/ --convert-style

Advanced Options

# Bilingual comment generation
npx @chahuadev/fix-comments@beta . --add-missing --bilingual --backup

# AI-friendly format
npx @chahuadev/fix-comments@beta . --ai-friendly --add-missing

# Specific file types
npx @chahuadev/fix-comments@beta . --extensions js,ts,jsx,tsx

Command Options

Option Description Default
--add-missing Add missing comments to functions false
--convert-style Convert /* */ to // comments true
--bilingual Add Thai/English comments false
--ai-friendly Generate AI-compatible format false
--backup Create backup before processing false
--dry-run Preview changes without applying false
--verbose Enable detailed logging false
--extensions File extensions to process .js,.ts,.jsx,.tsx

Supported Languages

Programming Languages

  • JavaScript (ES2022+) - Functions, classes, arrow functions
  • TypeScript (4.0+) - Type annotations, interfaces, generics
  • JSX/TSX (React 18+) - Components, hooks, props

Comment Formats

  • JSDoc Standard - Professional documentation format
  • Bilingual Comments - English/Thai dual language support
  • AI-Friendly - Optimized for AI code analysis tools

Performance Metrics

  • Processing Speed: 0.89 seconds for 18 files (43% faster than v2.x)
  • Detection Accuracy: 98.7% success rate with refined algorithms
  • Error Reduction: 75% fewer inappropriate context errors
  • Memory Usage: Optimized for large codebases

Documentation

Essential Documentation

Development Documentation

Project Management

Contributing

We welcome contributions from the community! Please read our documentation before getting started:

Quick Contribution Steps

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Make your changes following our coding standards
  4. Run tests: npm test
  5. Commit your changes: git commit -m 'Add amazing feature'
  6. Push to the branch: git push origin feature/amazing-feature
  7. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About Chahua Development

บริษัท ชาหัว ดีเวลลอปเมนต์ จำกัด (Chahua Development Co., Ltd.)

We are committed to creating high-quality, secure, and maintainable software solutions. Our tools and standards reflect our dedication to excellence in software development.

Support

Project Status

  • Version: 3.0.1-beta (Final Beta)
  • Status: Beta Complete - Preparing for Stable Release
  • Maintenance: Actively Maintained
  • Next Release: 1.0.0 (Q1 2026)
  • Node.js: >=22.0.0

Made with by Chahua Development Co., Ltd.

  • Comments Added: 300+ intelligent comments per typical project scan

Issue Reporting

  • Use GitHub Issues with clear code samples
  • Include expected vs actual behavior descriptions
  • Provide system information and file examples

SECURITY WARNING

ENTERPRISE SECURITY PROTECTION

This tool implements ADVANCED SECURITY MEASURES to protect against malicious attacks:

BLOCKED SYSTEM PATHS

# BLOCKED - Critical system files are protected
/etc/passwd
/etc/shadow  
C:\Windows\System32\
C:\Program Files\
/usr/bin/
/bin/sh
/root/
/boot/

System Protection

The tool will reject access to:

  • Windows System directories (C:\Windows\, C:\Program Files\, C:\System Volume Information\)
  • Linux System directories (/etc/, /usr/, /bin/, /root/, /boot/, /proc/, /sys/)
  • MacOS System directories (/System/, /usr/bin/, /bin/, /sbin/)
  • Dangerous files with null bytes or dangerous characters
  • Large files exceeding 10MB
  • Path traversal attempts (../, ..\\, etc.)
  • Command injection patterns
  • Script execution attempts
  • Binary executable files

SECURE USAGE GUIDELINES

  • Always use --dry-run first to preview results
  • Use --backup for important files to prevent data loss
  • Test your code after comment modifications to ensure proper functionality
  • ตรวจสอบ Git status ก่อน commit
  • ใช้เฉพาะในโปรเจ็กต์ของคุณ อย่าใช้กับไฟล์ระบบ
  • ตรวจสอบ output ก่อนยืนยันการดำเนินการ

ATTACK DETECTION - สัญญาณเตือนการโจมตี

Tool จะแสดงข้อความเตือนเมื่อตรวจพบ:

SECURITY ALERT: Path traversal detected
SECURITY ALERT: System directory access denied  
SECURITY ALERT: Command injection attempt blocked
SECURITY ALERT: Dangerous file operation prevented
SECURITY ALERT: Binary execution attempt blocked

Why Use This Tool? - ทำไมต้องใช้?

Transform comment blocks safely and efficiently - แปลงบล็อคคอมเมนต์อย่างปลอดภัยและมีประสิทธิภาพ

  • Smart Detection: Advanced pattern recognition for /* */ comments
  • Lightning Fast: Process 1000+ files in seconds
  • Maximum Safety: Automatic backup and dry-run modes
  • Universal Support: JavaScript, TypeScript, JSX, TSX
  • AI-Friendly: Generate AI-compatible comment formats
  • High Performance: Optimized for large codebases
  • Auto Skip System Folders: Automatically skips (node_modules, .git, dist, build)
  • Library Integration: Use as Node.js library

Installation Methods

Method 1: NPX (Recommended - No Installation Required)

# Use latest beta version instantly
npx @chahuadev/fix-comments@beta --dry-run

# Always test with dry-run first
npx @chahuadev/fix-comments@beta . --dry-run --verbose

Method 2: Project Installation

# Install as dev dependency
npm install @chahuadev/fix-comments@3.0.1-beta --save-dev

# Use in package.json scripts
npm run fix-comments

# Uninstall
npm uninstall @chahuadev/fix-comments

Method 3: Global Installation

# Install globally for system-wide access
npm install -g @chahuadev/fix-comments@3.0.1-beta

# Test installation
fix-comments --version
# Should display: Universal Comment Fixer v3.0.1-beta

# Uninstall when ready for v1.0.0
npm uninstall -g @chahuadev/fix-comments

Method 4: Development Setup

# For contributing or testing development version
git clone https://github.com/chahuadev/chahuadev-fix-comments
cd chahuadev-fix-comments
npm install
node fix-comments.js --version

Clear NPX Cache (if needed)

# Clear all npm cache
npm cache clean --force

# Clear npx cache only (Windows)
Remove-Item -Path "$env:LOCALAPPDATA\npm-cache\_npx" -Recurse -Force

# Clear npx cache only (Linux/Mac)
rm -rf ~/.npm/_npx

Usage Examples

Basic Commands

Command Description
npx @chahuadev/fix-comments@beta . --add-missing --backup Process current directory with backup
npx @chahuadev/fix-comments@beta . --dry-run Preview changes only (safe)
npx @chahuadev/fix-comments@beta myfile.js --backup Process single file with backup

Common Usage Patterns

# Add comments to current folder with backup
npx @chahuadev/fix-comments@beta . --add-missing --backup

# Preview changes first (recommended)
npx @chahuadev/fix-comments@beta . --dry-run

# Process specific file types only  
npx @chahuadev/fix-comments@beta src --include="*.ts,*.tsx" --backup

# Verbose output for debugging
npx @chahuadev/fix-comments@beta . --dry-run --verbose

Command Options | ตัวเลือกคำสั่ง

Essential Options | ตัวเลือกจำเป็น

Option Description คำอธิบาย
--add-missing Add comments to functions เพิ่มคอมเมนต์ให้ฟังก์ชัน
--backup Create backup before changes สำรองข้อมูลก่อนเปลี่ยนแปลง
--dry-run Preview changes only ดูผลลัพธ์เท่านั้น
--verbose Show detailed information
--help Show help message

File Processing Options

Option Description
--recursive Process subdirectories
--ext .js,.ts Specific file types
--format Code beautification

Advanced Features

Smart Comment Detection

  • /* */ to // Conversion: Automatically convert block comments to line comments
  • Bilingual Support: Add Thai/English descriptions
  • Context Awareness: Preserve code structure and formatting
  • AI-Friendly Format: Generate compatible comment formats for AI assistants

Enterprise Security

  • Path Traversal Protection: Prevent directory traversal attacks
  • System Directory Blocking: Block access to critical system paths
  • Input Validation: Validate and sanitize all user inputs
  • File Size Limits: Prevent processing oversized files
  • Permission Checking: Verify file access permissions

High Performance

  • Fast Processing: 1000+ files in seconds
  • Memory Efficient: Optimized for large codebases
  • Smart Filtering: Automatically skip irrelevant files
  • Parallel Processing: Multi-threaded when possible

Supported File Types

JavaScript Family:

  • JavaScript (.js), TypeScript (.ts), JSX (.jsx), TSX (.tsx)
  • ES6+ modules, CommonJS, AMD
  • Node.js scripts and modules

Project Files:

  • Configuration files with JavaScript syntax
  • Build scripts and automation files
  • Test files and specifications

Advanced Usage Examples

Security Testing Examples

# Safe: Fix your project with backup
npx @chahuadev/fix-comments@beta ./my-project --backup --dry-run

# BLOCKED: System directory access denied
npx @chahuadev/fix-comments@beta C:\Windows\System32
# Result: Security Error: Access to system directories is not allowed

# BLOCKED: Path traversal attempt denied
npx @chahuadev/fix-comments@beta "../../../etc/passwd"
# Result: Security Error: Path traversal detected

Production Examples

# Fix JavaScript project with TypeScript support
npx @chahuadev/fix-comments@beta ./src --ext .js,.jsx,.ts,.tsx --backup

# Add missing comments recursively
npx @chahuadev/fix-comments@beta . --add-missing --recursive

# AI-friendly mode with verbose output
npx @chahuadev/fix-comments@beta . --ai-mode --dry-run --verbose

# Process single file safely
npx @chahuadev/fix-comments@beta app.js --backup

Before and After Examples

Before Transformation:

/**
 * Get user data from database
 */
async function getUserData(userId) {
    return await db.users.findById(userId);
}

After Transformation:

// Get user data from database
// @function getUserData - Async function for database operations
// @param {string} userId - User identifier for database query
// @returns {Promise<Object>} User data object from database
async function getUserData(userId) {
    return await db.users.findById(userId);
}

Safety Guidelines

Step-by-Step Safe Usage

Step Action
1 Always preview first
2 Use backup for important files
3 Test results before committing
# Step 1: Preview changes safely
npx @chahuadev/fix-comments@beta . --dry-run

# Step 2: Apply changes with backup
npx @chahuadev/fix-comments@beta . --add-missing --backup

# Step 3: Test your code after changes
npm test  # or your testing command

Critical Safety Practices

# ALWAYS use backup flag for important files
fix-comments ./src --backup --dry-run

# Test in isolated environment first
cp -r ./my-project ./test-project
cd test-project
fix-comments . --backup

Known Beta Issues (v3.0.1-beta)

Parser Context Improvements Needed

  • Complex TypeScript interface chains may need manual review
  • Arrow functions with complex destructuring might generate contextual warnings
  • JSX components with conditional rendering require additional validation

Pattern Recognition Limitations

  • Generic type constraints with multiple inheritance need manual verification
  • Conditional types (A extends B ? C : D) may not be fully optimized
  • Template literal types might require additional processing

Bug Reporting Guidelines

# Generate detailed report for issues
fix-comments --dry-run --verbose > issue-report.txt

# Include in GitHub issue:
# - Code sample (minimal reproduction case)
# - Expected vs actual behavior
# - System info (OS, Node.js version)
# - Generated report file

Performance Metrics

v3.0.1-beta Performance Results

Metric v2.x Baseline v3.0.1-beta Improvement
Processing Speed 1.56s/18 files 0.89s/18 files 43% faster
Detection Accuracy 106.9% 98.7% Refined algorithms
Context Errors 39 errors 9 errors 75% reduction
Memory Usage 98MB peak 67MB peak 31% more efficient
Comments Generated 200 comments 300+ comments 50% more intelligent

Testing Environment

  • Test Project: 18 JavaScript/TypeScript files, 15,000+ lines
  • Hardware: Intel i7, 16GB RAM, NVMe SSD
  • OS: Windows 11, Node.js v22.x
  • Metrics: Average of 15 test runs

Performance Characteristics

  • Ultra Fast: Process 1000+ files in under 1.5 seconds
  • Memory Optimized: Advanced tokenizer with 31% less memory usage
  • Smart Filtering: Intelligent file type detection and skipping
  • Context Precision: Enhanced pattern recognition with 75% fewer errors
  • Scalable Architecture: Sub-linear performance scaling with optimizations
  • Security Hardened: Enterprise-grade protection with zero overhead

Stress Testing Results

# Large codebase test (500+ files)
fix-comments ./large-project --dry-run
# Result: 1.8s processing time, 0 crashes, 99.2% accuracy

# Memory stress test (100MB+ files)
fix-comments ./huge-files --ext .js --dry-run  
# Result: Stable performance, intelligent large file handling

Configuration Options

Configuration File (.commentfixerrc.json)

Create a configuration file in your project root:

{
  "version": "3.0.1-beta",
  "defaultOptions": {
    "backup": true,
    "verbose": false,
    "extensions": [".js", ".ts", ".jsx", ".tsx"],
    "excludePatterns": ["node_modules", ".git", "dist", "build"],
    "maxFileSize": "10MB",
    "timeout": 30000
  },
  "commentStyle": {
    "bilingual": true,
    "languages": ["thai", "english"],
    "aiMode": false,
    "smartLearning": true
  },
  "security": {
    "allowSystemPaths": false,
    "validateInputs": true,
    "blockBinaryFiles": true,
    "enablePathTraversalProtection": true
  },
  "logging": {
    "level": "info",
    "saveToFile": true,
    "logDirectory": "./logs"
  }
}

Environment Variables

# Set default behavior
export COMMENTFIXER_BACKUP=true
export COMMENTFIXER_VERBOSE=false
export COMMENTFIXER_MAX_SIZE=10485760  # 10MB
export COMMENTFIXER_TIMEOUT=30000      # 30 seconds

# Security settings
export COMMENTFIXER_SAFE_MODE=true
export COMMENTFIXER_BLOCK_SYSTEM=true

Library Integration Examples

Express.js Project

# Fix Express routes and middleware
fix-comments ./routes --ext .js --add-missing --ai-mode
fix-comments ./middleware --backup --verbose

React/Next.js Project

# Fix React components with TypeScript
fix-comments ./src/components --ext .tsx,.jsx --smart-learning
fix-comments ./pages --recursive --backup

Node.js API Project

# Fix API controllers and services
fix-comments ./controllers ./services ./models --backup --ai-mode

Full-Stack TypeScript Project

# Comprehensive fix for full-stack project
fix-comments . --recursive --ext .ts,.tsx,.js,.jsx --backup --smart-learning --verbose

Development Roadmap

Next Release: v1.0.0 - "Production Ready"

Target Release: Q1 2026

  • Production Stability - Full production readiness with comprehensive testing
  • Enhanced Performance - 50% faster processing with optimized algorithms
  • Advanced Configuration - Complete .commentfixerrc.json customization system
  • Enterprise Features - Full CI/CD integration and team collaboration tools

Planned v1.0.0 Features

  • Multi-language comment support (Spanish, French, German, Chinese, Japanese)
  • Custom comment templates with organization-specific formats
  • IDE Integration for VS Code, WebStorm, and Sublime Text
  • Automated CI/CD plugins for GitHub Actions, GitLab CI, Jenkins
  • Advanced code analysis with quality metrics and reporting
  • Team collaboration with shared configuration and standards

File Backup System

Backup files are stored in .chahuadev-fix-comments-backups folder with timestamp:

.chahuadev-fix-comments-backups/
  ├── app.js.2025-09-28T10-30-00-000Z.backup
  └── utils.js.2025-09-28T10-30-01-000Z.backup

Integration Examples

Chahua Forum Integration

# Fix all Forum JavaScript files
npx @chahuadev/fix-comments@beta ./chahua-forum/assets/js -r --add-missing --backup

# Fix specific forum components
npx @chahuadev/fix-comments@beta ./chahua-forum/assets/js/forum-app.js --backup
npx @chahuadev/fix-comments@beta ./chahua-forum/assets/js/forum-ui.js --backup

Development Setup

Prerequisites

  • Node.js 22.0.0 or higher
  • npm 6.0.0 or higher
  • Git

Setup Development Environment

git clone https://github.com/chahuadev/chahuadev-fix-comments
cd chahuadev-fix-comments
npm install
npm test

Running Tests

# Run all tests
npm test

# Run with coverage
npm run test:coverage

# Run specific test suite
npm run test:unit
npm run test:integration

Contributing

Please read our CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

Code of Conduct

This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code.

CI/CD Integration - การรวมระบบ CI/CD

GitHub Actions

name: Comment Fixer CI
on: [push, pull_request]
jobs:
  fix-comments:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: Fix Comments
        run: npx @chahuadev/fix-comments@latest --dry-run

NPM Scripts Integration

{
  "scripts": {
    "fix-comments": "npx @chahuadev/fix-comments@latest --dry-run",
    "fix-comments:force": "npx @chahuadev/fix-comments@latest --backup",
    "precommit": "npm run fix-comments"
  }
}

Support

Documentation

Community Support

Enterprise Support

For enterprise support and custom implementations, contact our professional services team.


License

MIT License - See LICENSE for details

Authors

Chahua Development Co., Ltd.

Contributors

  • Lead Developer: Chahua Development Team
  • Security Consultant: Internal Security Team
  • Documentation: Technical Writing Team

If you find this project useful, please give it a star!

Star this project | Report Bug | Request Feature

GitHub stars GitHub forks GitHub watchers

Downloads last month
5