@@ -11,7 +11,7 @@ CLI for Developers
1111![ 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 )
1212[ ![ GitHub contributors] ( https://img.shields.io/github/contributors/codingtools/cdt )] ( https://github.com/codingtools/cdt/graphs/contributors )
1313[ ![ License] ( https://img.shields.io/npm/l/@codingtools/cdt )] ( https://github.com/codingtools/cdt/blob/master/package.json )
14- [ ![ Greenkeeper badge ] ( https://badges.greenkeeper.io/codingtools/cdt.svg )] ( https://greenkeeper.io/ )
14+
1515<!--  -->
1616<!-- [](https://npmjs.org/package/@codingtools/cdt) -->
1717
@@ -40,7 +40,7 @@ $ npm install -g @codingtools/cdt
4040$ cdt COMMAND
4141running command...
4242$ cdt (-v| --version| version)
43- @codingtools/cdt/0.1.6 darwin-x64 node-v12.9.0
43+ @codingtools/cdt/0.2.0 darwin-x64 node-v12.9.0
4444$ cdt --help [COMMAND]
4545USAGE
4646 $ cdt COMMAND
@@ -90,13 +90,14 @@ USAGE
9090 $ cdt avro [COMMAND]
9191
9292OPTIONS
93+ -c, --command=command commands supported: get_schema,to_json,to_avro,to_csv
9394 -f, --file=file input file path
9495 -h, --help show CLI help
9596 -o, --output=output output file path
9697 -t, --schemaType=schemaType schema type file path
9798```
9899
99- _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/avro.ts ) _
100+ _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v0.2.0 /src/commands/avro.ts ) _
100101
101102## ` cdt bundlephobia [PACKAGE] `
102103
@@ -112,7 +113,7 @@ OPTIONS
112113 -p, --packages=packages packages for which cost is required, can pass more than one separated by space
113114```
114115
115- _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/bundlephobia.ts ) _
116+ _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.2.0 /src/commands/bundlephobia.ts ) _
116117
117118## ` cdt crypto [STRING] `
118119
@@ -132,7 +133,7 @@ OPTIONS
132133 -s, --string=string string to be encrypted/decrypted
133134```
134135
135- _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/crypto.ts ) _
136+ _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.2.0 /src/commands/crypto.ts ) _
136137
137138## ` cdt datetime [DATE] `
138139
@@ -150,7 +151,7 @@ OPTIONS
150151 -z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
151152```
152153
153- _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/datetime.ts ) _
154+ _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v0.2.0 /src/commands/datetime.ts ) _
154155
155156## ` cdt hash [STRING] `
156157
@@ -161,14 +162,14 @@ USAGE
161162 $ cdt hash [STRING]
162163
163164OPTIONS
164- -f, --file=file file to be hashed
165- -h, --help show CLI help
166- -o, --outputFile=outputFile output file path
167- -s, --string=string string to be hashed
168- -t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
165+ -f, --file=file file to be hashed
166+ -h, --help show CLI help
167+ -o, --output=output output file path
168+ -s, --string=string string to be hashed
169+ -t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
169170```
170171
171- _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/hash.ts ) _
172+ _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.2.0 /src/commands/hash.ts ) _
172173
173174## ` cdt help [COMMAND] `
174175
@@ -196,15 +197,13 @@ USAGE
196197 $ cdt minify [FILE]
197198
198199OPTIONS
199- -f, --file=file file to be minified
200- -h, --help show CLI help
201- -o, --outputFile=outputFile output file path
202-
203- -t, --type=type type of file to be minified, it will try to find type with extension supported: JS,
204- HTML/HTM, CSS
200+ -f, --file=file file to be minified
201+ -h, --help show CLI help
202+ -o, --output=output output file path
203+ -t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
205204```
206205
207- _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/minify.ts ) _
206+ _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.2.0 /src/commands/minify.ts ) _
208207<!-- commandsstop -->
209208
210209## Acknowledgement
@@ -223,20 +222,42 @@ Please feel free to provide any suggestion for new utility in [Issues](https://g
223222
224223## @codingtools/cdt
225224
226- This Project is created and supported by [ Ashish Patel] ( http://ashish.live/ )
225+ This Project is created and managed by [ Ashish Patel] ( http://ashish.live/ )
227226
228227## Releasing Version
229228* this needs to be done from release* branch
229+
230+ ### Increasing Version
231+
230232``` bash
231- npm version patch
233+ npm version [ patch| minor | major]
232234```
233235it will update readme.md and update package.json, also will create tag and commit.
234236
237+ ### Publishing to NPM
238+
235239``` bash
236240npm publish --access public
237241```
238242this will publish package to ** npm** starting with updating README and publishing tarballs
239243
244+ > Already a Github Action is there to publish on pushing a tag.
245+
246+ ### Creating Standalone Tarballs
247+
248+ ``` bash
249+ oclif-dev pack
250+ ```
251+ this will release standalone tarballs for linux, macos and windows which we can extract and uses.
252+
253+ ### Creating Installers
254+
255+ ``` bash
256+ oclif-dev pack:macos
257+ oclif-dev pack:win
258+ ```
259+ these will create installers for macos and windows
260+
240261## License
241262
242263[ MIT] ( https://raw.githubusercontent.com/codingtools/cdt/master/LICENSE )
0 commit comments