@ui-entropy/cli 0.1.0 β 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 +4 -11
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -143,21 +143,14 @@ ui-entropy:
|
|
|
143
143
|
}
|
|
144
144
|
```
|
|
145
145
|
|
|
146
|
-
##
|
|
147
|
-
|
|
148
|
-
| Project | CSS Size | Waste % | Potential Savings |
|
|
149
|
-
|---------|----------|---------|-------------------|
|
|
150
|
-
| E-commerce Site | 180 KB | 91% | **164 KB** |
|
|
151
|
-
| Marketing Site | 45 KB | 72% | **32 KB** |
|
|
152
|
-
| React Dashboard | 89 KB | 38% | **34 KB** |
|
|
153
|
-
|
|
154
|
-
## πΊοΈ Roadmap
|
|
146
|
+
## οΈ Roadmap
|
|
155
147
|
|
|
156
148
|
**Available Now:**
|
|
157
149
|
- β
CLI tool for local development
|
|
158
|
-
- β
GitHub Actions
|
|
150
|
+
- β
CI/CD integration examples (GitHub Actions, GitLab CI)
|
|
159
151
|
|
|
160
152
|
**Coming Soon:**
|
|
153
|
+
- π Dedicated GitHub Action (one-step setup)
|
|
161
154
|
- π Team dashboard with historical analytics
|
|
162
155
|
- π Multi-project portfolio views
|
|
163
156
|
- π Advanced insights and reporting
|
|
@@ -193,7 +186,7 @@ Free tier available. Pro/Team subscriptions for advanced features.
|
|
|
193
186
|
|
|
194
187
|
**For CLI usage questions:**
|
|
195
188
|
- π [Documentation](https://uientropy.com/docs)
|
|
196
|
-
- π [Report Issues](https://github.com/
|
|
189
|
+
- π [Report Issues](https://github.com/dmanzer2/ui-entropy/issues)
|
|
197
190
|
|
|
198
191
|
**For commercial inquiries:**
|
|
199
192
|
- Dashboard beta access
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui-entropy/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Professional CSS waste detection for modern teams - CLI tool",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"homepage": "https://uientropy.com",
|
|
30
30
|
"repository": {
|
|
31
31
|
"type": "git",
|
|
32
|
-
"url": "https://github.com/
|
|
32
|
+
"url": "https://github.com/dmanzer2/ui-entropy.git",
|
|
33
33
|
"directory": "packages/cli"
|
|
34
34
|
},
|
|
35
35
|
"bugs": {
|
|
36
|
-
"url": "https://github.com/
|
|
36
|
+
"url": "https://github.com/dmanzer2/ui-entropy/issues"
|
|
37
37
|
},
|
|
38
38
|
"files": [
|
|
39
39
|
"dist",
|