@@ -23,7 +23,7 @@ $ npm install -g @codingtools/cdt
2323$ cdt COMMAND
2424running command...
2525$ cdt (-v| --version| version)
26- @codingtools/cdt/0.1.1 darwin-x64 node-v12.9.0
26+ @codingtools/cdt/0.1.2 darwin-x64 node-v12.9.0
2727$ cdt --help [COMMAND]
2828USAGE
2929 $ cdt COMMAND
3232<!-- usagestop -->
3333# Commands
3434<!-- commands -->
35- * [ ` cdt crypto [STRING] ` ] ( #cdt-crypto-string )
36- * [ ` cdt hash [STRING] ` ] ( #cdt-hash-string )
3735* [ ` cdt help [COMMAND] ` ] ( #cdt-help-command )
38- * [ ` cdt minify [FILE] ` ] ( #cdt-minify-file )
39-
40- ## ` cdt crypto [STRING] `
41-
42- Encryption and Decryption functionality for File/String
43-
44- ```
45- USAGE
46- $ cdt crypto [STRING]
47-
48- OPTIONS
49- -d, --decryption=decryption decryption type, Supported [AES, DES, 3DES, Rabbit, RC4, RC4Drop]
50- -e, --encryption=encryption encryption type, Supported [AES, DES, 3DES, Rabbit, RC4, RC4Drop]
51- -f, --file=file file to be encrypted/decrypted
52- -h, --help show CLI help
53- -k, --key=key key for encryption/decryption
54- -m, --mode=mode Block Mode, Supported [CBC, CFB, CTR, OFB, ECB]
55- -s, --string=string string to be encrypted/decrypted
56- ```
57-
58- _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.1.1/src/commands/crypto.ts ) _
59-
60- ## ` cdt hash [STRING] `
61-
62- Hashing functionality for a string/file
63-
64- ```
65- USAGE
66- $ cdt hash [STRING]
67-
68- OPTIONS
69- -f, --file=file file to be hashed
70- -h, --help show CLI help
71- -s, --string=string string to be hashed
72- -t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
73- ```
74-
75- _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.1.1/src/commands/hash.ts ) _
7636
7737## ` cdt help [COMMAND] `
7838
@@ -90,20 +50,4 @@ OPTIONS
9050```
9151
9252_ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v2.2.1/src/commands/help.ts ) _
93-
94- ## ` cdt minify [FILE] `
95-
96- File Minifier
97-
98- ```
99- USAGE
100- $ cdt minify [FILE]
101-
102- OPTIONS
103- -f, --file=file file to be minified
104- -h, --help show CLI help
105- -t, --type=type type of file to be minified, it will try to find type with extension
106- ```
107-
108- _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.1.1/src/commands/minify.ts ) _
10953<!-- commandsstop -->
0 commit comments