Skip to content

Commit 54888cc

Browse files
committed
0.1.6
1 parent 88efdc1 commit 54888cc

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
@@ -39,7 +39,7 @@ $ npm install -g @codingtools/cdt
3939
$ cdt COMMAND
4040
running command...
4141
$ cdt (-v|--version|version)
42-
@codingtools/cdt/0.1.5 darwin-x64 node-v12.9.0
42+
@codingtools/cdt/0.1.6 darwin-x64 node-v12.9.0
4343
$ cdt --help [COMMAND]
4444
USAGE
4545
$ cdt COMMAND
@@ -95,7 +95,7 @@ OPTIONS
9595
-t, --schemaType=schemaType schema type file path
9696
```
9797

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

100100
## `cdt bundlephobia [PACKAGE]`
101101

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

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

116116
## `cdt crypto [STRING]`
117117

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

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

136136
## `cdt datetime [DATE]`
137137

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

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

154154
## `cdt hash [STRING]`
155155

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

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

172172
## `cdt help [COMMAND]`
173173

@@ -203,7 +203,7 @@ OPTIONS
203203
HTML/HTM, CSS
204204
```
205205

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

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

0 commit comments

Comments
 (0)