@@ -39,7 +39,7 @@ $ npm install -g @codingtools/cdt
39
39
$ cdt COMMAND
40
40
running command...
41
41
$ cdt (-v| --version| version)
42
- @codingtools/cdt/0.7. 0 darwin-x64 node-v14.3 .0
42
+ @codingtools/cdt/1.0. 0 darwin-arm64 node-v15.8 .0
43
43
$ cdt --help [COMMAND]
44
44
USAGE
45
45
$ cdt COMMAND
@@ -98,7 +98,7 @@ OPTIONS
98
98
-t, --schemaType=schemaType schema type file path
99
99
```
100
100
101
- _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/avro.ts ) _
101
+ _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v1.0 .0/src/commands/avro.ts ) _
102
102
103
103
## ` cdt bundlephobia [PACKAGE] `
104
104
@@ -114,7 +114,7 @@ OPTIONS
114
114
-p, --packages=packages packages for which cost is required, can pass more than one separated by space
115
115
```
116
116
117
- _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/bundlephobia.ts ) _
117
+ _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v1.0 .0/src/commands/bundlephobia.ts ) _
118
118
119
119
## ` cdt commands `
120
120
@@ -158,7 +158,7 @@ OPTIONS
158
158
-s, --string=string string to be encrypted/decrypted
159
159
```
160
160
161
- _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/crypto.ts ) _
161
+ _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v1.0 .0/src/commands/crypto.ts ) _
162
162
163
163
## ` cdt datetime [DATE] `
164
164
@@ -176,7 +176,7 @@ OPTIONS
176
176
-z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
177
177
```
178
178
179
- _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/datetime.ts ) _
179
+ _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v1.0 .0/src/commands/datetime.ts ) _
180
180
181
181
## ` cdt hash [STRING] `
182
182
@@ -194,7 +194,7 @@ OPTIONS
194
194
-t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
195
195
```
196
196
197
- _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/hash.ts ) _
197
+ _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v1.0 .0/src/commands/hash.ts ) _
198
198
199
199
## ` cdt help [COMMAND] `
200
200
@@ -228,7 +228,7 @@ OPTIONS
228
228
-t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
229
229
```
230
230
231
- _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/minify.ts ) _
231
+ _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v1.0 .0/src/commands/minify.ts ) _
232
232
233
233
## ` cdt view [FILE] `
234
234
@@ -244,7 +244,7 @@ OPTIONS
244
244
-n, --num=num no. of rows to show, default:10
245
245
```
246
246
247
- _ See code: [ src/commands/view.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/view.ts ) _
247
+ _ See code: [ src/commands/view.ts] ( https://github.com/codingtools/cdt/blob/v1.0 .0/src/commands/view.ts ) _
248
248
<!-- commandsstop -->
249
249
250
250
## Acknowledgement
0 commit comments