@iconoma/cli 0.0.4 → 0.0.6
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 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -43,6 +43,10 @@ Each icon can have:
|
|
|
43
43
|
|
|
44
44
|
This makes it easy to keep icons discoverable and consistent across the team.
|
|
45
45
|
|
|
46
|
+
### ✅ Zero dependencies in your project
|
|
47
|
+
|
|
48
|
+
Iconoma adds **no dependencies** to your project. It handles and adds the icon outputs directly in your project, already ready for use, without any dependencies. You don't even need to install Iconoma in your project—just use `npx @iconoma/cli` when needed.
|
|
49
|
+
|
|
46
50
|
### ✅ SVGO optimization + custom configuration
|
|
47
51
|
|
|
48
52
|
Iconoma uses **SVGO** to optimize and normalize your SVGs (removing unnecessary data, minimizing output, and improving consistency).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconoma/cli",
|
|
3
3
|
"description": "A developer-friendly tool to manage and organize icons through CLI and web studio",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.6",
|
|
5
5
|
"author": "Theryston Santos @Theryston",
|
|
6
6
|
"bin": {
|
|
7
7
|
"iconoma": "bin/run.js"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"gradient-string": "^3.0.0",
|
|
19
19
|
"nanospinner": "^1.2.2",
|
|
20
20
|
"open": "^11.0.0",
|
|
21
|
-
"@iconoma/studio": "0.0
|
|
21
|
+
"@iconoma/studio": "0.2.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/chai": "^4",
|