cli-plus
v1.5.3
Published
A console application that contains a lot of features to help developers
Downloads
38
Readme
cli-plus
A console application that contains a lof of features to help developer
Installation
$ npm install cli-plus --save -g
Commands
Every command starts with "x " prefix.
crp
$ x crp # lists top 10 crypto currency prices
$ x crp -c 5 # lists top 5 crypto currency prices
exc
$ x exc # lists USD, EUR, GBP, GOLD prices as Turkish Lira
go
$ x go medium.com/@mehmet.baran
src
$ x src news
$ x src "search something on google" # results will be on console
$ x src "search somethinh on google" -c 10 # result count 10 (default 5)
$ x src "search somethinh on google" -c 10 -s 10 # result count 10 and skip first 10 result
$ x src "search something on google" -b # results will be on browser
trx
$ x trx car
$ x trx araba -l tr-en # translate araba from Turkish to English (default translation en-tr)