comments_remover 1.0.2 copy "comments_remover: ^1.0.2" to clipboard
comments_remover: ^1.0.2 copied to clipboard

A command-line tool to remove comments from Dart files in a Flutter project.

1.0.0 #

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

1.0.1 #

Update Readme file

1.0.2 #

The package now removes the entire line if it has comments avoiding big blocks of empty lines

2
likes
120
points
408
downloads

Publisher

unverified uploader

Weekly Downloads

A command-line tool to remove comments from Dart files in a Flutter project.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args, path

More

Packages that depend on comments_remover