@technicalshree/auto-fix 1.1.0 → 1.1.1
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 +1 -1
- package/package.json +16 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# auto-fix
|
|
1
|
+
# auto-fix
|
|
2
2
|
|
|
3
3
|
`auto-fix` is a TypeScript CLI that detects local development environment issues and applies safe, explainable fixes for Node, Python, and Docker-based projects.
|
|
4
4
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@technicalshree/auto-fix",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Detect, diagnose, and safely fix common local dev environment issues",
|
|
5
5
|
"main": "dist/cli.js",
|
|
6
6
|
"repository": {
|
|
@@ -28,9 +28,22 @@
|
|
|
28
28
|
"prepublishOnly": "npm run lint && npm test"
|
|
29
29
|
},
|
|
30
30
|
"keywords": [
|
|
31
|
-
"
|
|
31
|
+
"auto-fix",
|
|
32
32
|
"autofix",
|
|
33
|
-
"
|
|
33
|
+
"cli",
|
|
34
|
+
"developer-tools",
|
|
35
|
+
"dev-environment",
|
|
36
|
+
"environment-fix",
|
|
37
|
+
"doctor",
|
|
38
|
+
"diagnostics",
|
|
39
|
+
"troubleshooting",
|
|
40
|
+
"local-development",
|
|
41
|
+
"nodejs",
|
|
42
|
+
"python",
|
|
43
|
+
"docker",
|
|
44
|
+
"devops",
|
|
45
|
+
"automation",
|
|
46
|
+
"productivity"
|
|
34
47
|
],
|
|
35
48
|
"author": "Krushna Raut",
|
|
36
49
|
"license": "ISC",
|