Skip to content

Commit b6e0504

Browse files
committed
0.5.0
1 parent ab55cdf commit b6e0504

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $ npm install -g @codingtools/cdt
3939
$ cdt COMMAND
4040
running command...
4141
$ cdt (-v|--version|version)
42-
@codingtools/cdt/0.4.0 darwin-x64 node-v12.9.0
42+
@codingtools/cdt/0.5.0 darwin-x64 node-v14.3.0
4343
$ cdt --help [COMMAND]
4444
USAGE
4545
$ cdt COMMAND
@@ -80,7 +80,7 @@ EXAMPLES
8080
$ cdt autocomplete --refresh-cache
8181
```
8282

83-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v0.1.5/src/commands/autocomplete/index.ts)_
83+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v0.2.0/src/commands/autocomplete/index.ts)_
8484

8585
## `cdt avro [COMMAND]`
8686

@@ -98,7 +98,7 @@ OPTIONS
9898
-t, --schemaType=schemaType schema type file path
9999
```
100100

101-
_See code: [src/commands/avro.ts](https://github.com/codingtools/cdt/blob/v0.4.0/src/commands/avro.ts)_
101+
_See code: [src/commands/avro.ts](https://github.com/codingtools/cdt/blob/v0.5.0/src/commands/avro.ts)_
102102

103103
## `cdt bundlephobia [PACKAGE]`
104104

@@ -114,7 +114,7 @@ OPTIONS
114114
-p, --packages=packages packages for which cost is required, can pass more than one separated by space
115115
```
116116

117-
_See code: [src/commands/bundlephobia.ts](https://github.com/codingtools/cdt/blob/v0.4.0/src/commands/bundlephobia.ts)_
117+
_See code: [src/commands/bundlephobia.ts](https://github.com/codingtools/cdt/blob/v0.5.0/src/commands/bundlephobia.ts)_
118118

119119
## `cdt commands`
120120

@@ -150,7 +150,7 @@ OPTIONS
150150
-s, --string=string string to be encrypted/decrypted
151151
```
152152

153-
_See code: [src/commands/crypto.ts](https://github.com/codingtools/cdt/blob/v0.4.0/src/commands/crypto.ts)_
153+
_See code: [src/commands/crypto.ts](https://github.com/codingtools/cdt/blob/v0.5.0/src/commands/crypto.ts)_
154154

155155
## `cdt datetime [DATE]`
156156

@@ -168,7 +168,7 @@ OPTIONS
168168
-z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
169169
```
170170

171-
_See code: [src/commands/datetime.ts](https://github.com/codingtools/cdt/blob/v0.4.0/src/commands/datetime.ts)_
171+
_See code: [src/commands/datetime.ts](https://github.com/codingtools/cdt/blob/v0.5.0/src/commands/datetime.ts)_
172172

173173
## `cdt hash [STRING]`
174174

@@ -186,7 +186,7 @@ OPTIONS
186186
-t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
187187
```
188188

189-
_See code: [src/commands/hash.ts](https://github.com/codingtools/cdt/blob/v0.4.0/src/commands/hash.ts)_
189+
_See code: [src/commands/hash.ts](https://github.com/codingtools/cdt/blob/v0.5.0/src/commands/hash.ts)_
190190

191191
## `cdt help [COMMAND]`
192192

@@ -220,7 +220,7 @@ OPTIONS
220220
-t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
221221
```
222222

223-
_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v0.4.0/src/commands/minify.ts)_
223+
_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v0.5.0/src/commands/minify.ts)_
224224

225225
## `cdt view [FILE]`
226226

@@ -236,7 +236,7 @@ OPTIONS
236236
-n, --num=num no. of rows to show, default:10
237237
```
238238

239-
_See code: [src/commands/view.ts](https://github.com/codingtools/cdt/blob/v0.4.0/src/commands/view.ts)_
239+
_See code: [src/commands/view.ts](https://github.com/codingtools/cdt/blob/v0.5.0/src/commands/view.ts)_
240240
<!-- commandsstop -->
241241

242242
## Acknowledgement
@@ -299,4 +299,3 @@ these will create installers for macos and windows
299299
## License
300300

301301
[MIT](https://raw.githubusercontent.com/codingtools/cdt/master/LICENSE)
302-

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": "CLI for Developers",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"author": "Ashish Patel @ashishpatel0720",
66
"bin": {
77
"cdt": "./bin/run"

0 commit comments

Comments
 (0)