Skip to content

Commit 416e03c

Browse files
committed
1.0.0
1 parent 4d37353 commit 416e03c

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 8 additions & 8 deletions
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.7.0 darwin-x64 node-v14.3.0
42+
@codingtools/cdt/1.0.0 darwin-arm64 node-v15.8.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.7.0/src/commands/avro.ts)_
101+
_See code: [src/commands/avro.ts](https://github.com/codingtools/cdt/blob/v1.0.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.7.0/src/commands/bundlephobia.ts)_
117+
_See code: [src/commands/bundlephobia.ts](https://github.com/codingtools/cdt/blob/v1.0.0/src/commands/bundlephobia.ts)_
118118

119119
## `cdt commands`
120120

@@ -158,7 +158,7 @@ OPTIONS
158158
-s, --string=string string to be encrypted/decrypted
159159
```
160160

161-
_See code: [src/commands/crypto.ts](https://github.com/codingtools/cdt/blob/v0.7.0/src/commands/crypto.ts)_
161+
_See code: [src/commands/crypto.ts](https://github.com/codingtools/cdt/blob/v1.0.0/src/commands/crypto.ts)_
162162

163163
## `cdt datetime [DATE]`
164164

@@ -176,7 +176,7 @@ OPTIONS
176176
-z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
177177
```
178178

179-
_See code: [src/commands/datetime.ts](https://github.com/codingtools/cdt/blob/v0.7.0/src/commands/datetime.ts)_
179+
_See code: [src/commands/datetime.ts](https://github.com/codingtools/cdt/blob/v1.0.0/src/commands/datetime.ts)_
180180

181181
## `cdt hash [STRING]`
182182

@@ -194,7 +194,7 @@ OPTIONS
194194
-t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
195195
```
196196

197-
_See code: [src/commands/hash.ts](https://github.com/codingtools/cdt/blob/v0.7.0/src/commands/hash.ts)_
197+
_See code: [src/commands/hash.ts](https://github.com/codingtools/cdt/blob/v1.0.0/src/commands/hash.ts)_
198198

199199
## `cdt help [COMMAND]`
200200

@@ -228,7 +228,7 @@ OPTIONS
228228
-t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
229229
```
230230

231-
_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v0.7.0/src/commands/minify.ts)_
231+
_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v1.0.0/src/commands/minify.ts)_
232232

233233
## `cdt view [FILE]`
234234

@@ -244,7 +244,7 @@ OPTIONS
244244
-n, --num=num no. of rows to show, default:10
245245
```
246246

247-
_See code: [src/commands/view.ts](https://github.com/codingtools/cdt/blob/v0.7.0/src/commands/view.ts)_
247+
_See code: [src/commands/view.ts](https://github.com/codingtools/cdt/blob/v1.0.0/src/commands/view.ts)_
248248
<!-- commandsstop -->
249249

250250
## Acknowledgement

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@codingtools/cdt",
33
"description": "CLI for Developers",
4-
"version": "0.7.0",
4+
"version": "1.0.0",
55
"author": "Ashish Patel @ashishpatel0720",
66
"bin": {
7-
"cdt": "./bin/run"
7+
"cdt": "bin/run"
88
},
99
"bugs": {
1010
"url": "https://github.com/codingtools/cdt/issues"

0 commit comments

Comments
 (0)