22===
33CLI for Developers
44
5+ [ ![ GithubCI] ( https://github.com/codingtools/cdt/workflows/GithubCI/badge.svg )] ( https://github.com/codingtools/cdt/actions?query=workflow%3AGithubCI )
56[ ![ CircleCI] ( https://circleci.com/gh/codingtools/cdt/tree/release%2Frelease-v0.1.svg?style=shield )] ( https://circleci.com/gh/codingtools/cdt/tree/release%2Frelease-v0.1 )
7+ [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/82d29e2a902a4c338228d636f290d9cd )] ( https://app.codacy.com/gh/codingtools/cdt?utm_source=github.com&utm_medium=referral&utm_content=codingtools/cdt&utm_campaign=Badge_Grade_Dashboard )
8+ [ ![ codecov] ( https://codecov.io/gh/codingtools/cdt/branch/release%2Frelease-v0.1/graph/badge.svg )] ( https://codecov.io/gh/codingtools/cdt )
69[ ![ Version] ( https://img.shields.io/npm/v/@codingtools/cdt )] ( https://npmjs.org/package/@codingtools/cdt )
710![ npm] ( https://img.shields.io/npm/dt/@codingtools/cdt )
8- ![ npm] ( https://img.shields.io/npm/dm/@codingtools/cdt )
9- [ ![ GitHub commit activity] ( https://img.shields.io/github/commit-activity/m/codingtools/cdt )] ( https://github.com/codingtools/cdt/graphs/commit-activity )
11+ ![ node (scoped)] ( https://img.shields.io/node/v/@codingtools/cdt ) [ ![ GitHub commit activity] ( https://img.shields.io/github/commit-activity/m/codingtools/cdt )] ( https://github.com/codingtools/cdt/graphs/commit-activity )
1012[ ![ GitHub contributors] ( https://img.shields.io/github/contributors/codingtools/cdt )] ( https://github.com/codingtools/cdt/graphs/contributors )
1113[ ![ License] ( https://img.shields.io/npm/l/@codingtools/cdt )] ( https://github.com/codingtools/cdt/blob/master/package.json )
1214[ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/codingtools/cdt.svg )] ( https://greenkeeper.io/ )
@@ -38,7 +40,7 @@ $ npm install -g @codingtools/cdt
3840$ cdt COMMAND
3941running command...
4042$ cdt (-v| --version| version)
41- @codingtools/cdt/0.1.5 darwin-x64 node-v12.9.0
43+ @codingtools/cdt/0.1.6 darwin-x64 node-v12.9.0
4244$ cdt --help [COMMAND]
4345USAGE
4446 $ cdt COMMAND
4850# Commands
4951<!-- commands -->
5052* [ ` cdt autocomplete [SHELL] ` ] ( #cdt-autocomplete-shell )
53+ * [ ` cdt avro [COMMAND] ` ] ( #cdt-avro-command )
5154* [ ` cdt bundlephobia [PACKAGE] ` ] ( #cdt-bundlephobia-package )
5255* [ ` cdt crypto [STRING] ` ] ( #cdt-crypto-string )
5356* [ ` cdt datetime [DATE] ` ] ( #cdt-datetime-date )
@@ -78,6 +81,23 @@ EXAMPLES
7881
7982_ See code: [ @oclif/plugin-autocomplete ] ( https://github.com/oclif/plugin-autocomplete/blob/v0.1.4/src/commands/autocomplete/index.ts ) _
8083
84+ ## ` cdt avro [COMMAND] `
85+
86+ Avro Utility command
87+
88+ ```
89+ USAGE
90+ $ cdt avro [COMMAND]
91+
92+ OPTIONS
93+ -f, --file=file input file path
94+ -h, --help show CLI help
95+ -o, --output=output output file path
96+ -t, --schemaType=schemaType schema type file path
97+ ```
98+
99+ _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6/src/commands/avro.ts ) _
100+
81101## ` cdt bundlephobia [PACKAGE] `
82102
83103Find cost of adding a npm/yarn packages or all dependencies in package.json file
@@ -92,7 +112,7 @@ OPTIONS
92112 -p, --packages=packages packages for which cost is required, can pass more than one separated by space
93113```
94114
95- _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.1.5 /src/commands/bundlephobia.ts ) _
115+ _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/bundlephobia.ts ) _
96116
97117## ` cdt crypto [STRING] `
98118
@@ -112,7 +132,7 @@ OPTIONS
112132 -s, --string=string string to be encrypted/decrypted
113133```
114134
115- _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.1.5 /src/commands/crypto.ts ) _
135+ _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/crypto.ts ) _
116136
117137## ` cdt datetime [DATE] `
118138
@@ -130,7 +150,7 @@ OPTIONS
130150 -z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
131151```
132152
133- _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v0.1.5 /src/commands/datetime.ts ) _
153+ _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/datetime.ts ) _
134154
135155## ` cdt hash [STRING] `
136156
@@ -148,7 +168,7 @@ OPTIONS
148168 -t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
149169```
150170
151- _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.1.5 /src/commands/hash.ts ) _
171+ _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/hash.ts ) _
152172
153173## ` cdt help [COMMAND] `
154174
@@ -184,9 +204,16 @@ OPTIONS
184204 HTML/HTM, CSS
185205```
186206
187- _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.1.5 /src/commands/minify.ts ) _
207+ _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/minify.ts ) _
188208<!-- commandsstop -->
189209
210+ ## Acknowledgement
211+ * this cli uses following opensource libraries/services
212+ * [ bundlephobia] ( https://bundlephobia.com/ )
213+ * [ avro-js] ( https://openbase.io/js/avro-js )
214+ * [ avsc] ( https://github.com/mtth/avsc )
215+
216+ And many others, great thanks to all the people involved in developnment and support :)
190217
191218## Contribution
192219
@@ -198,6 +225,18 @@ Please feel free to provide any suggestion for new utility in [Issues](https://g
198225
199226This Project is created and supported by [ Ashish Patel] ( http://ashish.live/ )
200227
228+ ## Releasing Version
229+ * this needs to be done from release* branch
230+ ``` bash
231+ npm version patch
232+ ```
233+ it will update readme.md and update package.json, also will create tag and commit.
234+
235+ ``` bash
236+ npm publish --access public
237+ ```
238+ this will publish package to ** npm** starting with updating README and publishing tarballs
239+
201240## License
202241
203242[ MIT] ( https://raw.githubusercontent.com/codingtools/cdt/master/LICENSE )
0 commit comments