commentme 1.0.6 โ 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
|
-
#
|
|
1
|
+
# CommentMe ๐
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
**Declutter your codebase without losing context.**
|
|
4
|
+
|
|
5
|
+
CommentMe is an AI-powered CLI toolkit designed for developers who value clean, readable code. It allows you to "skim" comments out of your source files into a secure vault, keeping your core logic pristine while maintaining a searchable, UI-friendly history on the web.
|
|
6
|
+
|
|
7
|
+
### Key Capabilities:
|
|
8
|
+
- ๐งผ **Clean Code, Zero Loss**: Redact comments from files while keeping references for instant restoration.
|
|
9
|
+
- ๐ค **AI Documentation**: Generate JSDocs and per-function comments automatically with LLMs.
|
|
10
|
+
- ๐ง **Smart Explainer**: Get instant markdown-formatted architecture explanations for any code file.
|
|
11
|
+
- ๐ **Cloud Integration**: Manage and edit your extracted comments through a streamlined web interface.
|
|
4
12
|
|
|
5
13
|
## Installation
|
|
6
14
|
```bash
|