comments_remover 1.0.0
comments_remover: ^1.0.0 copied to clipboard
A command-line tool to remove comments from Dart files in a Flutter project.
0.0.1 #
Initial release of Comments Remover with the following features:
- Remove single-line comments (//)
- Remove multi-line comments (/* */)
- Process single files or entire directories
- Command-line interface with flexible options
- Comprehensive test suite
- Detailed documentation