camouf 0.1.2 → 0.1.3
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 +7 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
[](https://www.npmjs.com/package/camouf)
|
|
3
|
+
[](https://opensource.org/licenses/Apache-2.0)
|
|
4
|
+
|
|
1
5
|
# Camouf
|
|
2
6
|
|
|
3
7
|
**Real-time Architecture Monitoring CLI Tool**
|
|
4
8
|
|
|
5
9
|
Camouf is a powerful, multi-language CLI tool for monitoring and enforcing software architecture in real-time. It detects architectural violations, anti-patterns, and provides actionable suggestions to maintain code quality.
|
|
6
10
|
|
|
7
|
-
|
|
8
|
-
[](https://opensource.org/licenses/Apache-2.0)
|
|
11
|
+
|
|
9
12
|
|
|
10
13
|
## Features
|
|
11
14
|
|
|
@@ -344,4 +347,5 @@ Contributions are welcome. Please read the contributing guidelines before submit
|
|
|
344
347
|
## Links
|
|
345
348
|
|
|
346
349
|
- [npm Package](https://www.npmjs.com/package/camouf)
|
|
347
|
-
- [
|
|
350
|
+
- [GitHub Repository](https://github.com/TheEmilz/camouf)
|
|
351
|
+
- [Issue Tracker](https://github.com/TheEmilz/camouf/issues)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "camouf",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Real-time architecture monitoring CLI tool with multi-language support",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
],
|
|
37
37
|
"author": "",
|
|
38
38
|
"license": "Apache-2.0",
|
|
39
|
-
"homepage": "https://github.com/
|
|
39
|
+
"homepage": "https://github.com/TheEmilz/camouf#readme",
|
|
40
40
|
"bugs": {
|
|
41
|
-
"url": "https://github.com/
|
|
41
|
+
"url": "https://github.com/TheEmilz/camouf/issues"
|
|
42
42
|
},
|
|
43
43
|
"engines": {
|
|
44
44
|
"node": ">=18.0.0"
|
|
@@ -86,6 +86,6 @@
|
|
|
86
86
|
],
|
|
87
87
|
"repository": {
|
|
88
88
|
"type": "git",
|
|
89
|
-
"url": ""
|
|
89
|
+
"url": "https://github.com/TheEmilz/camouf.git"
|
|
90
90
|
}
|
|
91
91
|
}
|