@@ -37,7 +37,7 @@ $ npm install -g @codingtools/cdt
37
37
$ cdt COMMAND
38
38
running command...
39
39
$ cdt (-v| --version| version)
40
- @codingtools/cdt/0.1.3 darwin-x64 node-v12.9.0
40
+ @codingtools/cdt/0.1.4 darwin-x64 node-v12.9.0
41
41
$ cdt --help [COMMAND]
42
42
USAGE
43
43
$ cdt COMMAND
@@ -90,7 +90,7 @@ OPTIONS
90
90
-p, --packages=packages packages for which cost is required, can pass more than one separated by space
91
91
```
92
92
93
- _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.1.3 /src/commands/bundlephobia.ts ) _
93
+ _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.1.4 /src/commands/bundlephobia.ts ) _
94
94
95
95
## ` cdt crypto [STRING] `
96
96
@@ -110,7 +110,7 @@ OPTIONS
110
110
-s, --string=string string to be encrypted/decrypted
111
111
```
112
112
113
- _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.1.3 /src/commands/crypto.ts ) _
113
+ _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.1.4 /src/commands/crypto.ts ) _
114
114
115
115
## ` cdt hash [STRING] `
116
116
@@ -127,7 +127,7 @@ OPTIONS
127
127
-t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
128
128
```
129
129
130
- _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.1.3 /src/commands/hash.ts ) _
130
+ _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.1.4 /src/commands/hash.ts ) _
131
131
132
132
## ` cdt help [COMMAND] `
133
133
@@ -160,7 +160,7 @@ OPTIONS
160
160
-t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
161
161
```
162
162
163
- _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.1.3 /src/commands/minify.ts ) _
163
+ _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.1.4 /src/commands/minify.ts ) _
164
164
<!-- commandsstop -->
165
165
166
166
0 commit comments