Skip to content

Commit 90f153b

Browse files
committed
0.1.2
1 parent 07aa670 commit 90f153b

File tree

3 files changed

+3
-59
lines changed

3 files changed

+3
-59
lines changed

README.md

Lines changed: 1 addition & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $ npm install -g @codingtools/cdt
2323
$ cdt COMMAND
2424
running 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]
2828
USAGE
2929
$ cdt COMMAND
@@ -32,47 +32,7 @@ USAGE
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 -->

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codingtools/cdt",
33
"description": "Command Line tools for CODERs",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"author": "Ashish Patel @ashishpatel0720",
66
"bin": {
77
"cdt": "./bin/run"

0 commit comments

Comments
 (0)