Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
/ codeonly Public archive

no comments - no problems

Notifications You must be signed in to change notification settings

LostInTheCloud/codeonly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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