Skip to content

Commit 864964c

Browse files
committed
0.1.4
1 parent 9237e0f commit 864964c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ npm install -g @codingtools/cdt
3737
$ cdt COMMAND
3838
running command...
3939
$ cdt (-v|--version|version)
40-
@codingtools/cdt/0.1.3 darwin-x64 node-v12.9.0
40+
@codingtools/cdt/0.1.4 darwin-x64 node-v12.9.0
4141
$ cdt --help [COMMAND]
4242
USAGE
4343
$ cdt COMMAND
@@ -90,7 +90,7 @@ OPTIONS
9090
-p, --packages=packages packages for which cost is required, can pass more than one separated by space
9191
```
9292

93-
_See code: [src/commands/bundlephobia.ts](https://github.com/codingtools/cdt/blob/v0.1.3/src/commands/bundlephobia.ts)_
93+
_See code: [src/commands/bundlephobia.ts](https://github.com/codingtools/cdt/blob/v0.1.4/src/commands/bundlephobia.ts)_
9494

9595
## `cdt crypto [STRING]`
9696

@@ -110,7 +110,7 @@ OPTIONS
110110
-s, --string=string string to be encrypted/decrypted
111111
```
112112

113-
_See code: [src/commands/crypto.ts](https://github.com/codingtools/cdt/blob/v0.1.3/src/commands/crypto.ts)_
113+
_See code: [src/commands/crypto.ts](https://github.com/codingtools/cdt/blob/v0.1.4/src/commands/crypto.ts)_
114114

115115
## `cdt hash [STRING]`
116116

@@ -127,7 +127,7 @@ OPTIONS
127127
-t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
128128
```
129129

130-
_See code: [src/commands/hash.ts](https://github.com/codingtools/cdt/blob/v0.1.3/src/commands/hash.ts)_
130+
_See code: [src/commands/hash.ts](https://github.com/codingtools/cdt/blob/v0.1.4/src/commands/hash.ts)_
131131

132132
## `cdt help [COMMAND]`
133133

@@ -160,7 +160,7 @@ OPTIONS
160160
-t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
161161
```
162162

163-
_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v0.1.3/src/commands/minify.ts)_
163+
_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v0.1.4/src/commands/minify.ts)_
164164
<!-- commandsstop -->
165165

166166

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

0 commit comments

Comments
 (0)