@@ -40,7 +40,7 @@ $ npm install -g @codingtools/cdt
40
40
$ cdt COMMAND
41
41
running command...
42
42
$ cdt (-v| --version| version)
43
- @codingtools/cdt/0.1.6 darwin-x64 node-v12.9.0
43
+ @codingtools/cdt/0.1.7 darwin-x64 node-v12.9.0
44
44
$ cdt --help [COMMAND]
45
45
USAGE
46
46
$ cdt COMMAND
@@ -96,7 +96,7 @@ OPTIONS
96
96
-t, --schemaType=schemaType schema type file path
97
97
```
98
98
99
- _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/avro.ts ) _
99
+ _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v0.1.7 /src/commands/avro.ts ) _
100
100
101
101
## ` cdt bundlephobia [PACKAGE] `
102
102
@@ -112,7 +112,7 @@ OPTIONS
112
112
-p, --packages=packages packages for which cost is required, can pass more than one separated by space
113
113
```
114
114
115
- _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/bundlephobia.ts ) _
115
+ _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.1.7 /src/commands/bundlephobia.ts ) _
116
116
117
117
## ` cdt crypto [STRING] `
118
118
@@ -132,7 +132,7 @@ OPTIONS
132
132
-s, --string=string string to be encrypted/decrypted
133
133
```
134
134
135
- _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/crypto.ts ) _
135
+ _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.1.7 /src/commands/crypto.ts ) _
136
136
137
137
## ` cdt datetime [DATE] `
138
138
@@ -150,7 +150,7 @@ OPTIONS
150
150
-z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
151
151
```
152
152
153
- _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/datetime.ts ) _
153
+ _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v0.1.7 /src/commands/datetime.ts ) _
154
154
155
155
## ` cdt hash [STRING] `
156
156
@@ -168,7 +168,7 @@ OPTIONS
168
168
-t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
169
169
```
170
170
171
- _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/hash.ts ) _
171
+ _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.1.7 /src/commands/hash.ts ) _
172
172
173
173
## ` cdt help [COMMAND] `
174
174
@@ -202,7 +202,7 @@ OPTIONS
202
202
-t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
203
203
```
204
204
205
- _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/minify.ts ) _
205
+ _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.1.7 /src/commands/minify.ts ) _
206
206
<!-- commandsstop -->
207
207
208
208
## Acknowledgement
0 commit comments