codeonly

Crates.iocodeonly
lib.rscodeonly
version1.0.0
sourcesrc
created_at2021-03-12 00:29:07.780378
updated_at2021-03-12 00:29:07.780378
descriptionRemove annoying comments from your code
homepage
repository
max_upload_size
id367495
size5,933
Lenni Hein (lennihein)

documentation

README

CodeOnly

Annoyed by comments cluttering your code?

Those stupid //TODO and //FIXME your co-worker put everywhere need to be removed?

CodeOnly helps you out: no comments - no problems.

Build

  • set toolchain to nightly
rustup override set nightly
  • run with:
cargo run [directory]
  • install and run from anywhere:
cargo install --path .
~/.cargo/bin/codeonly [directory]

Contribute

  • add another /src/codeonly_<file-extension>.rs file that removes the comments from the given programming language
  • import the module in /src/main.rs
  • add another pattern match in /src/main.rs
Commit count: 0

cargo fmt