Metadata-Version: 2.4
Name: remove-ai-comments
Version: 0.1.1
Summary: CLI for removing all comments from source files, which were generated by AI
Home-page: https://github.com/maslakovSaveliy/remove-ai-comments
Author: Saveliy Maslakov
Author-email: saveliymaslakov969@gmail.com
License: MIT
Project-URL: Source, https://github.com/maslakovSaveliy/remove-ai-comments
Project-URL: Tracker, https://github.com/maslakovSaveliy/remove-ai-comments/issues
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

# remove-ai-comments

CLI for removing all comments from source files, which were generated by AI.

## Installing

```bash
pip install remove-ai-comments
```

## Usage

```bash
remove-ai-comments .
```

Specify the path to the file or folder where you want to remove comments. Supported extensions: .py, .js, .ts, .rs, .c, .cpp, .h, .hpp, .cs, .json, .yaml, .yml
