commentme 1.0.1 → 1.0.2
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 +2 -5
- package/package.json +9 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# commentme
|
|
2
2
|
|
|
3
|
-
|
|
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.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -54,7 +54,4 @@ commentme --logout
|
|
|
54
54
|
## License
|
|
55
55
|
|
|
56
56
|
MIT
|
|
57
|
-
|
|
58
|
-
## Keywords
|
|
59
|
-
|
|
60
|
-
`cli` `comments` `refactor` `cleanup` `productivity` `developer-tools` `linting` `code-management` `code-quality` `redaction` `code-base` `code-comment` `code-commenting` `code-commenting-tool` `code-commenting-cli` `code-commenting-cli-tool` `code-commenting-cli-tool-for-code-quality` `code-commenting-cli-tool-for-code-management` `code-commenting-cli-tool-for-code-quality-and-management`
|
|
57
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "commentme",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "A CLI tool to manage, redact and unredact your comments keeping the codebase clutterfree.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -19,6 +19,14 @@
|
|
|
19
19
|
},
|
|
20
20
|
"author": "dotlasher",
|
|
21
21
|
"license": "MIT",
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "git+https://github.com/Vidhanvyrs/commentme.git"
|
|
25
|
+
},
|
|
26
|
+
"bugs": {
|
|
27
|
+
"url": "https://github.com/Vidhanvyrs/commentme/issues"
|
|
28
|
+
},
|
|
29
|
+
"homepage": "https://github.com/Vidhanvyrs/commentme#readme",
|
|
22
30
|
"keywords": [
|
|
23
31
|
"cli",
|
|
24
32
|
"comments",
|