Skip to content

CWFLanguage-Agnostic Formatter

A powerful, extensible code formatter with configurable rules and plugin support

CWF

Quick Start

Install globally:

bash
npm install -g @codewaveinnovation/formatter

Format a file:

bash
cwf format myfile.txt

Format multiple files:

bash
cwf format "src/**/*.ts"

Why CWF?

CWF (CodeWave Formatter) is designed to be a universal formatting solution that works with any programming language or text file. Unlike language-specific formatters, CWF provides a consistent formatting experience across your entire codebase.

Key Benefits

  • Universal: One formatter for all your files
  • Extensible: Create custom rules for your specific needs
  • Consistent: Enforce coding standards across your team
  • Automated: Integrate with CI/CD pipelines
  • Developer-Friendly: Interactive CLI and comprehensive documentation