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.
Files changed (2) hide show
  1. package/README.md +10 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,14 @@
1
- # commentme
1
+ # CommentMe ๐Ÿš€
2
2
 
3
- An Open Source CLI tool connected with its own website to manage and store your cluttered-code comments and give the codebase a clean look. Extract comments from your code files, store them in a database, visit commentme platform for UI-friendly seek and restore your comments line-wise later.
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commentme",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "A CLI tool to manage, redact and unredact your comments keeping the codebase clutterfree.",
5
5
  "type": "module",
6
6
  "bin": {