meocli 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 CHANGED
@@ -117,7 +117,7 @@ $ npm install -g meocli
117
117
  $ me COMMAND
118
118
  running command...
119
119
  $ me (--version)
120
- meocli/0.1.2 win32-x64 node-v24.12.0
120
+ meocli/0.1.3 win32-x64 node-v24.12.0
121
121
  $ me --help [COMMAND]
122
122
  USAGE
123
123
  $ me COMMAND
@@ -166,7 +166,7 @@ EXAMPLES
166
166
  hello friend from oclif! (./src/commands/hello/index.ts)
167
167
  ```
168
168
 
169
- _See code: [src/commands/hello/index.ts](https://github.com/meme2046/meocli/blob/v0.1.2/src/commands/hello/index.ts)_
169
+ _See code: [src/commands/hello/index.ts](https://github.com/meme2046/meocli/blob/v0.1.3/src/commands/hello/index.ts)_
170
170
 
171
171
  ## `me hello world`
172
172
 
@@ -184,7 +184,7 @@ EXAMPLES
184
184
  hello world! (./src/commands/hello/world.ts)
185
185
  ```
186
186
 
187
- _See code: [src/commands/hello/world.ts](https://github.com/meme2046/meocli/blob/v0.1.2/src/commands/hello/world.ts)_
187
+ _See code: [src/commands/hello/world.ts](https://github.com/meme2046/meocli/blob/v0.1.3/src/commands/hello/world.ts)_
188
188
 
189
189
  ## `me help [COMMAND]`
190
190
 
@@ -524,7 +524,7 @@ EXAMPLES
524
524
  $ me prettier ./src/file.ts --config ./.prettierrc.yaml
525
525
  ```
526
526
 
527
- _See code: [src/commands/prettier/index.ts](https://github.com/meme2046/meocli/blob/v0.1.2/src/commands/prettier/index.ts)_
527
+ _See code: [src/commands/prettier/index.ts](https://github.com/meme2046/meocli/blob/v0.1.3/src/commands/prettier/index.ts)_
528
528
 
529
529
  ## `me prettier reset`
530
530
 
@@ -544,5 +544,5 @@ EXAMPLES
544
544
  $ me prettier reset --verbose
545
545
  ```
546
546
 
547
- _See code: [src/commands/prettier/reset.ts](https://github.com/meme2046/meocli/blob/v0.1.2/src/commands/prettier/reset.ts)_
547
+ _See code: [src/commands/prettier/reset.ts](https://github.com/meme2046/meocli/blob/v0.1.3/src/commands/prettier/reset.ts)_
548
548
  <!-- commandsstop -->
@@ -155,5 +155,5 @@
155
155
  ]
156
156
  }
157
157
  },
158
- "version": "0.1.2"
158
+ "version": "0.1.3"
159
159
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "meocli",
3
- "description": "A new CLI generated with oclif",
4
- "version": "0.1.2",
3
+ "description": "node CLI generated with oclif, Integrate Prettier",
4
+ "version": "0.1.3",
5
5
  "author": "meme2046",
6
6
  "bin": {
7
7
  "me": "./bin/run.js"
@@ -49,7 +49,9 @@
49
49
  ],
50
50
  "homepage": "https://github.com/meme2046/meocli",
51
51
  "keywords": [
52
- "oclif"
52
+ "oclif",
53
+ "prettier",
54
+ "formatting"
53
55
  ],
54
56
  "license": "MIT",
55
57
  "main": "dist/index.js",