impact-compass 0.2.0 → 0.2.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 +0 -4
- package/package.json +33 -3
- package/assets/top-banner-readme.png +0 -0
package/README.md
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
# Impact Compass
|
|
2
2
|
|
|
3
|
-
<p align="center">
|
|
4
|
-
<img src="assets/top-banner-readme.png" alt="Impact Compass CLI hero banner" width="100%" />
|
|
5
|
-
</p>
|
|
6
|
-
|
|
7
3
|
*grab a compass before you sail soldier*
|
|
8
4
|
|
|
9
5
|
A purely statistical, deterministic project idea validator and market research CLI.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "impact-compass",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.2.1",
|
|
4
|
+
"description": "Deterministic market research CLI for startup idea validation, demand scoring, and competitive analysis.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
},
|
|
10
10
|
"private": false,
|
|
11
11
|
"files": [
|
|
12
|
-
"assets/",
|
|
13
12
|
"src/",
|
|
14
13
|
"DOCUMENTATION.md",
|
|
15
14
|
"SKILLS.md",
|
|
@@ -48,5 +47,36 @@
|
|
|
48
47
|
},
|
|
49
48
|
"overrides": {
|
|
50
49
|
"postcss": "8.5.15"
|
|
50
|
+
},
|
|
51
|
+
"keywords": [
|
|
52
|
+
"market-research",
|
|
53
|
+
"idea-validation",
|
|
54
|
+
"startup-validation",
|
|
55
|
+
"product-validation",
|
|
56
|
+
"market-validation",
|
|
57
|
+
"competitive-analysis",
|
|
58
|
+
"product-market-fit",
|
|
59
|
+
"demand-validation",
|
|
60
|
+
"demand-analysis",
|
|
61
|
+
"market-analysis",
|
|
62
|
+
"startup",
|
|
63
|
+
"founder-tools",
|
|
64
|
+
"indie-hacker",
|
|
65
|
+
"mvp",
|
|
66
|
+
"cli",
|
|
67
|
+
"analytics",
|
|
68
|
+
"developer-tools",
|
|
69
|
+
"scoring",
|
|
70
|
+
"deterministic",
|
|
71
|
+
"no-ai",
|
|
72
|
+
"github",
|
|
73
|
+
"npm",
|
|
74
|
+
"reddit",
|
|
75
|
+
"hacker-news",
|
|
76
|
+
"stackexchange"
|
|
77
|
+
],
|
|
78
|
+
"homepage": "https://github.com/adityachauhan0/impact-compass#readme",
|
|
79
|
+
"bugs": {
|
|
80
|
+
"url": "https://github.com/adityachauhan0/impact-compass/issues"
|
|
51
81
|
}
|
|
52
82
|
}
|
|
Binary file
|