Skip to content

codeneverdies/no-comment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No-comment

Remove all your comments at will.

No-comment is a python script that helps you clean up your source files for when they are ready to be presented to whomever.

There are files in the files directory for you to test if you would like.


It is fairly simple

Install poetry if needed

  • sudo apt install pipx
  • pipx install poetry

Clone the repo

  • git clone https://github.com/codeneverdies/no-comment.git
  • cd no-comment
  • poetry install or pip install -r requirements.txt

Usage

You may pass multiple files or one

  • poetry run python3 no-comment.py -f [PATH] ([PATH] [PATH])

Examples

Do all files in a directory

  • poetry run python3 no-comment.py -f files/*

Do multiple files

  • poetry run python3 no-comment.py -f files/game.c files/hello.go files/hello.js

About

Remove all comments in your file(s)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published