Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pateash committed Mar 31, 2021
1 parent e9b3512 commit 858ac87
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $ npm install -g @codingtools/cdt
$ cdt COMMAND
running command...
$ cdt (-v|--version|version)
@codingtools/cdt/1.0.5 darwin-arm64 node-v15.8.0
@codingtools/cdt/1.0.6 darwin-arm64 node-v15.8.0
$ cdt --help [COMMAND]
USAGE
$ cdt COMMAND
Expand Down Expand Up @@ -101,7 +101,7 @@ OPTIONS
-t, --schemaType=schemaType schema type file path
```

_See code: [src/commands/avro.ts](https://github.com/codingtools/cdt/blob/v1.0.5/src/commands/avro.ts)_
_See code: [src/commands/avro.ts](https://github.com/codingtools/cdt/blob/v1.0.6/src/commands/avro.ts)_

## `cdt bundlephobia [PACKAGE]`

Expand All @@ -117,7 +117,7 @@ OPTIONS
-p, --packages=packages packages for which cost is required, can pass more than one separated by space
```

_See code: [src/commands/bundlephobia.ts](https://github.com/codingtools/cdt/blob/v1.0.5/src/commands/bundlephobia.ts)_
_See code: [src/commands/bundlephobia.ts](https://github.com/codingtools/cdt/blob/v1.0.6/src/commands/bundlephobia.ts)_

## `cdt commands`

Expand Down Expand Up @@ -158,7 +158,7 @@ OPTIONS
-s, --string=string Cron expression
```

_See code: [src/commands/cron.ts](https://github.com/codingtools/cdt/blob/v1.0.5/src/commands/cron.ts)_
_See code: [src/commands/cron.ts](https://github.com/codingtools/cdt/blob/v1.0.6/src/commands/cron.ts)_

## `cdt crypto [STRING]`

Expand All @@ -178,7 +178,7 @@ OPTIONS
-s, --string=string string to be encrypted/decrypted
```

_See code: [src/commands/crypto.ts](https://github.com/codingtools/cdt/blob/v1.0.5/src/commands/crypto.ts)_
_See code: [src/commands/crypto.ts](https://github.com/codingtools/cdt/blob/v1.0.6/src/commands/crypto.ts)_

## `cdt datetime [DATE]`

Expand All @@ -196,7 +196,7 @@ OPTIONS
-z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
```

_See code: [src/commands/datetime.ts](https://github.com/codingtools/cdt/blob/v1.0.5/src/commands/datetime.ts)_
_See code: [src/commands/datetime.ts](https://github.com/codingtools/cdt/blob/v1.0.6/src/commands/datetime.ts)_

## `cdt hash [STRING]`

Expand All @@ -214,7 +214,7 @@ OPTIONS
-t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
```

_See code: [src/commands/hash.ts](https://github.com/codingtools/cdt/blob/v1.0.5/src/commands/hash.ts)_
_See code: [src/commands/hash.ts](https://github.com/codingtools/cdt/blob/v1.0.6/src/commands/hash.ts)_

## `cdt help [COMMAND]`

Expand Down Expand Up @@ -248,7 +248,7 @@ OPTIONS
-t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
```

_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v1.0.5/src/commands/minify.ts)_
_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v1.0.6/src/commands/minify.ts)_

## `cdt run [STRING]`

Expand All @@ -263,7 +263,7 @@ OPTIONS
-s, --string=string command to execute, should be compatible with your shell
```

_See code: [src/commands/run.ts](https://github.com/codingtools/cdt/blob/v1.0.5/src/commands/run.ts)_
_See code: [src/commands/run.ts](https://github.com/codingtools/cdt/blob/v1.0.6/src/commands/run.ts)_

## `cdt view [FILE]`

Expand All @@ -279,7 +279,7 @@ OPTIONS
-n, --num=num no. of rows to show, default:10
```

_See code: [src/commands/view.ts](https://github.com/codingtools/cdt/blob/v1.0.5/src/commands/view.ts)_
_See code: [src/commands/view.ts](https://github.com/codingtools/cdt/blob/v1.0.6/src/commands/view.ts)_
<!-- commandsstop -->

## Acknowledgement
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codingtools/cdt",
"description": "CLI for Developers",
"version": "1.0.5",
"version": "1.0.6",
"author": "Ashish Patel @ashishpatel0720",
"bin": {
"cdt": "bin/run"
Expand Down

0 comments on commit 858ac87

Please sign in to comment.