Skip to content

Releases: codingtools/cdt

[v1.0.6] - Cron Job support added with Minor Enhancements

20 Mar 16:08
Compare
Choose a tag to compare

Now you will be able to describe cron expression like

cdt cron -d "* * * * *"

also will be able to schedule commands via cron

cdt cron -r "echo hello" '* * * * *'

[v1.0.0] - Major Enhancements,Improvements and Bug fixes

07 Feb 15:42
Compare
Choose a tag to compare

From this release forward, @codingtools/codingtools support Node14+.
Please refer to the documentation in the documentation site

https://codingtools.github.io/

features/Issues

#177 Node upgrade failing for v14+ on adding addition Node Version for CI
#176 Upgrade minify from 5.1.1 to 6.0.1
#98 Tool to view the csv file in a formatted way.
#51 Avro Support
#39 Add installation for ubuntu/debian
#33 Autocomplete Plugin not working
#29 Add package.json support for bundlephobia
#28 Add testing for bundlephobia
#25 Adding encryption and decryption test together
#23 Add bundlephobia support
#21 Add output functionality to a file
#19 Minify/Compress HTML/CSS/JS
#14 Auto complete using plugin and other plugin support
#13 use cryptoJs for Hashing
#7 fixing CircleCi issue
#5 Negative test not working for file hashing
#4 extra newline in readFileSync automatically in file
#2 add encryption and decryption functionality (CIPHERS) - CryptoJS
#1 Adding file support for hashing

[v0.7.0] - Minor Enhancements and Improvements and Bug fixes

23 Oct 05:09
Compare
Choose a tag to compare

You can also install directly using npm globally

npm install -g @codingtools/cdt
$ cdt COMMAND
running command...
$ cdt (-v|--version|version)
@codingtools/cdt/0.1.5 darwin-x64 node-v12.9.0
$ cdt --help [COMMAND]
USAGE
$ cdt COMMAND
...

[v0.6.0] - Enhancements and bugfixes

02 Aug 02:48
Compare
Choose a tag to compare

CLI plugins added

01 May 16:23
Compare
Choose a tag to compare

Plugins added

  • @oclif/plugin-commands
    this plugin allows to use cdt commands which will show all commands

Plugins Removed

  • @oclif/plugin-not-found
    this plugin was causing some error issue has been created to solve this issue
    #103

Command [View] Added with other bugfixes and enhancements

20 Apr 18:28
Compare
Choose a tag to compare

Avro toCsv functionality added

09 Feb 15:54
Compare
Choose a tag to compare

Now we can convert avro to csv directly

cdt avro -f input.avro -o output.csv to_csv

Installations

NPM/YARN

You can also install directly using npm globally

npm install -g @codingtools/cdt
$ cdt COMMAND
running command...
$ cdt (-v|--version|version)
@codingtools/cdt/0.1.5 darwin-x64 node-v12.9.0
$ cdt --help [COMMAND]
USAGE
$ cdt COMMAND

Using Tarballs

Please find tarballs which could be used anywhere, download extract and start using :)

Avro Support added with Other Improvements

05 Feb 21:06
Compare
Choose a tag to compare

Datetime functionality added

07 Nov 20:57
Compare
Choose a tag to compare

You can also install directly using npm globally

npm install -g @codingtools/cdt
$ cdt COMMAND
running command...
$ cdt (-v|--version|version)
@codingtools/cdt/0.1.5 darwin-x64 node-v12.9.0
$ cdt --help [COMMAND]
USAGE
$ cdt COMMAND
...

Alternatively, you can install using following installers ( for macos and windows )