Skip to content

Commit 86a32cb

Browse files
committed
0.6.0
1 parent aee38fe commit 86a32cb

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

+8-8
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.5.0 darwin-x64 node-v14.3.0
42+
@codingtools/cdt/0.6.0 darwin-x64 node-v14.3.0
4343
$ cdt --help [COMMAND]
4444
USAGE
4545
$ cdt COMMAND
@@ -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.5.0/src/commands/avro.ts)_
101+
_See code: [src/commands/avro.ts](https://github.com/codingtools/cdt/blob/v0.6.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.5.0/src/commands/bundlephobia.ts)_
117+
_See code: [src/commands/bundlephobia.ts](https://github.com/codingtools/cdt/blob/v0.6.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.5.0/src/commands/crypto.ts)_
153+
_See code: [src/commands/crypto.ts](https://github.com/codingtools/cdt/blob/v0.6.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.5.0/src/commands/datetime.ts)_
171+
_See code: [src/commands/datetime.ts](https://github.com/codingtools/cdt/blob/v0.6.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.5.0/src/commands/hash.ts)_
189+
_See code: [src/commands/hash.ts](https://github.com/codingtools/cdt/blob/v0.6.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.5.0/src/commands/minify.ts)_
223+
_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v0.6.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.5.0/src/commands/view.ts)_
239+
_See code: [src/commands/view.ts](https://github.com/codingtools/cdt/blob/v0.6.0/src/commands/view.ts)_
240240
<!-- commandsstop -->
241241

242242
## Acknowledgement

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.5.0",
4+
"version": "0.6.0",
55
"author": "Ashish Patel @ashishpatel0720",
66
"bin": {
77
"cdt": "./bin/run"

0 commit comments

Comments
 (0)