Skip to content

Commit 05fc83b

Browse files
committed
0.1.5
1 parent e96e240 commit 05fc83b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

+9-9
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.4 darwin-x64 node-v12.9.0
40+
@codingtools/cdt/0.1.5 darwin-x64 node-v12.9.0
4141
$ cdt --help [COMMAND]
4242
USAGE
4343
$ cdt COMMAND
@@ -91,7 +91,7 @@ OPTIONS
9191
-p, --packages=packages packages for which cost is required, can pass more than one separated by space
9292
```
9393

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

9696
## `cdt crypto [STRING]`
9797

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

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

116116
## `cdt datetime [DATE]`
117117

@@ -122,14 +122,14 @@ USAGE
122122
$ cdt datetime [DATE]
123123
124124
OPTIONS
125-
-d, --date=date Datetime input string, could also be passed through argument
126-
-f, --format=format Datetime format
125+
-d, --date=date Datetime input string, default: Current Datetime, could also be passed through argument
126+
-f, --format=format Datetime format, default: Do MMMM YYYY, h:m:s A, Z UTC
127127
-h, --help show CLI help
128128
-l, --locale=locale Locale, default: en
129-
-z, --timezone=timezone Timezone for Datetime
129+
-z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
130130
```
131131

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

134134
## `cdt hash [STRING]`
135135

@@ -146,7 +146,7 @@ OPTIONS
146146
-t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
147147
```
148148

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

151151
## `cdt help [COMMAND]`
152152

@@ -179,7 +179,7 @@ OPTIONS
179179
-t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
180180
```
181181

182-
_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v0.1.4/src/commands/minify.ts)_
182+
_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v0.1.5/src/commands/minify.ts)_
183183
<!-- commandsstop -->
184184

185185

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

0 commit comments

Comments
 (0)