Skip to content

Commit e336089

Browse files
committed
0.3.0
1 parent 217bb45 commit e336089

File tree

3 files changed

+28
-11
lines changed

3 files changed

+28
-11
lines changed

README.md

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $ npm install -g @codingtools/cdt
4040
$ cdt COMMAND
4141
running command...
4242
$ cdt (-v|--version|version)
43-
@codingtools/cdt/0.2.0 darwin-x64 node-v12.9.0
43+
@codingtools/cdt/0.3.0 darwin-x64 node-v12.9.0
4444
$ cdt --help [COMMAND]
4545
USAGE
4646
$ cdt COMMAND
@@ -57,6 +57,7 @@ USAGE
5757
* [`cdt hash [STRING]`](#cdt-hash-string)
5858
* [`cdt help [COMMAND]`](#cdt-help-command)
5959
* [`cdt minify [FILE]`](#cdt-minify-file)
60+
* [`cdt view [FILE]`](#cdt-view-file)
6061

6162
## `cdt autocomplete [SHELL]`
6263

@@ -79,7 +80,7 @@ EXAMPLES
7980
$ cdt autocomplete --refresh-cache
8081
```
8182

82-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v0.1.4/src/commands/autocomplete/index.ts)_
83+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v0.1.5/src/commands/autocomplete/index.ts)_
8384

8485
## `cdt avro [COMMAND]`
8586

@@ -97,7 +98,7 @@ OPTIONS
9798
-t, --schemaType=schemaType schema type file path
9899
```
99100

100-
_See code: [src/commands/avro.ts](https://github.com/codingtools/cdt/blob/v0.2.0/src/commands/avro.ts)_
101+
_See code: [src/commands/avro.ts](https://github.com/codingtools/cdt/blob/v0.3.0/src/commands/avro.ts)_
101102

102103
## `cdt bundlephobia [PACKAGE]`
103104

@@ -113,7 +114,7 @@ OPTIONS
113114
-p, --packages=packages packages for which cost is required, can pass more than one separated by space
114115
```
115116

116-
_See code: [src/commands/bundlephobia.ts](https://github.com/codingtools/cdt/blob/v0.2.0/src/commands/bundlephobia.ts)_
117+
_See code: [src/commands/bundlephobia.ts](https://github.com/codingtools/cdt/blob/v0.3.0/src/commands/bundlephobia.ts)_
117118

118119
## `cdt crypto [STRING]`
119120

@@ -133,7 +134,7 @@ OPTIONS
133134
-s, --string=string string to be encrypted/decrypted
134135
```
135136

136-
_See code: [src/commands/crypto.ts](https://github.com/codingtools/cdt/blob/v0.2.0/src/commands/crypto.ts)_
137+
_See code: [src/commands/crypto.ts](https://github.com/codingtools/cdt/blob/v0.3.0/src/commands/crypto.ts)_
137138

138139
## `cdt datetime [DATE]`
139140

@@ -151,7 +152,7 @@ OPTIONS
151152
-z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
152153
```
153154

154-
_See code: [src/commands/datetime.ts](https://github.com/codingtools/cdt/blob/v0.2.0/src/commands/datetime.ts)_
155+
_See code: [src/commands/datetime.ts](https://github.com/codingtools/cdt/blob/v0.3.0/src/commands/datetime.ts)_
155156

156157
## `cdt hash [STRING]`
157158

@@ -169,7 +170,7 @@ OPTIONS
169170
-t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
170171
```
171172

172-
_See code: [src/commands/hash.ts](https://github.com/codingtools/cdt/blob/v0.2.0/src/commands/hash.ts)_
173+
_See code: [src/commands/hash.ts](https://github.com/codingtools/cdt/blob/v0.3.0/src/commands/hash.ts)_
173174

174175
## `cdt help [COMMAND]`
175176

@@ -186,7 +187,7 @@ OPTIONS
186187
--all see all commands in CLI
187188
```
188189

189-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.1/src/commands/help.ts)_
190+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.3/src/commands/help.ts)_
190191

191192
## `cdt minify [FILE]`
192193

@@ -203,7 +204,23 @@ OPTIONS
203204
-t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
204205
```
205206

206-
_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v0.2.0/src/commands/minify.ts)_
207+
_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v0.3.0/src/commands/minify.ts)_
208+
209+
## `cdt view [FILE]`
210+
211+
View file content and more
212+
213+
```
214+
USAGE
215+
$ cdt view [FILE]
216+
217+
OPTIONS
218+
-f, --file=file formatted file to be shown
219+
-h, --help show CLI help
220+
-n, --num=num no. of rows to show, default:10
221+
```
222+
223+
_See code: [src/commands/view.ts](https://github.com/codingtools/cdt/blob/v0.3.0/src/commands/view.ts)_
207224
<!-- commandsstop -->
208225

209226
## Acknowledgement

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

0 commit comments

Comments
 (0)