@csszyx/cli 0.1.3 → 0.3.0

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @csszyx/cli
2
2
 
3
- > Command-line tools for csszyx.
3
+ > Command-line tools for CSSzyx.
4
4
 
5
5
  Review usage stats, diagnose issues, and initialize projects.
6
6
 
@@ -16,7 +16,7 @@ npx csszyx <command>
16
16
 
17
17
  ### `init`
18
18
 
19
- Initialize csszyx in a new or existing project.
19
+ Initialize CSSzyx in a new or existing project.
20
20
 
21
21
  ```bash
22
22
  npx csszyx init
@@ -48,7 +48,7 @@ npx csszyx generate-types
48
48
 
49
49
  ### `migrate`
50
50
 
51
- Convert Tailwind `className="..."` to csszyx `sz={...}` props. Phase 1 supports static string classNames.
51
+ Convert Tailwind `className="..."` to CSSzyx `sz={...}` props. Phase 1 supports static string classNames.
52
52
 
53
53
  ```bash
54
54
  npx csszyx migrate src/
@@ -58,4 +58,4 @@ npx csszyx migrate --ignore "*.test.*" # skip test files
58
58
 
59
59
  ## License
60
60
 
61
- MIT © [csszyx contributors](https://github.com/nguyennhutien/csszyx)
61
+ MIT © [CSSzyx contributors](https://github.com/nguyennhutien/csszyx)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@csszyx/cli",
3
- "version": "0.1.3",
3
+ "version": "0.3.0",
4
4
  "description": "Command-line tools for csszyx",
5
5
  "keywords": [
6
6
  "csszyx",
@@ -47,7 +47,7 @@
47
47
  "ora": "^8.0.1",
48
48
  "execa": "^8.0.1",
49
49
  "fs-extra": "^11.2.0",
50
- "@csszyx/types": "0.1.3"
50
+ "@csszyx/types": "0.3.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/babel__generator": "^7.6.8",