Skip to content

Commit 76a7e5d

Browse files
committed
0.1.7
1 parent dae9ce5 commit 76a7e5d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $ npm install -g @codingtools/cdt
4040
$ cdt COMMAND
4141
running command...
4242
$ cdt (-v|--version|version)
43-
@codingtools/cdt/0.1.6 darwin-x64 node-v12.9.0
43+
@codingtools/cdt/0.1.7 darwin-x64 node-v12.9.0
4444
$ cdt --help [COMMAND]
4545
USAGE
4646
$ cdt COMMAND
@@ -96,7 +96,7 @@ OPTIONS
9696
-t, --schemaType=schemaType schema type file path
9797
```
9898

99-
_See code: [src/commands/avro.ts](https://github.com/codingtools/cdt/blob/v0.1.6/src/commands/avro.ts)_
99+
_See code: [src/commands/avro.ts](https://github.com/codingtools/cdt/blob/v0.1.7/src/commands/avro.ts)_
100100

101101
## `cdt bundlephobia [PACKAGE]`
102102

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

115-
_See code: [src/commands/bundlephobia.ts](https://github.com/codingtools/cdt/blob/v0.1.6/src/commands/bundlephobia.ts)_
115+
_See code: [src/commands/bundlephobia.ts](https://github.com/codingtools/cdt/blob/v0.1.7/src/commands/bundlephobia.ts)_
116116

117117
## `cdt crypto [STRING]`
118118

@@ -132,7 +132,7 @@ OPTIONS
132132
-s, --string=string string to be encrypted/decrypted
133133
```
134134

135-
_See code: [src/commands/crypto.ts](https://github.com/codingtools/cdt/blob/v0.1.6/src/commands/crypto.ts)_
135+
_See code: [src/commands/crypto.ts](https://github.com/codingtools/cdt/blob/v0.1.7/src/commands/crypto.ts)_
136136

137137
## `cdt datetime [DATE]`
138138

@@ -150,7 +150,7 @@ OPTIONS
150150
-z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
151151
```
152152

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

155155
## `cdt hash [STRING]`
156156

@@ -168,7 +168,7 @@ OPTIONS
168168
-t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
169169
```
170170

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

173173
## `cdt help [COMMAND]`
174174

@@ -202,7 +202,7 @@ OPTIONS
202202
-t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
203203
```
204204

205-
_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v0.1.6/src/commands/minify.ts)_
205+
_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v0.1.7/src/commands/minify.ts)_
206206
<!-- commandsstop -->
207207

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

0 commit comments

Comments
 (0)