0.0.3 • Published 4 years ago

transform-cli v0.0.3

Weekly downloads
1
License
mit
Repository
github
Last release
4 years ago

transform-cli

cli to transform data from one type to another.

Installation

npm i -g transform-cli

Usage

  • --verbose (debug mode, add extra logs, default:false)
  • --fromType (type to convert from)
  • --toType (type to convert to)
  • --outputPath (path to save output file.)
  • --create (create file with the converted data)

Example

echo test | tc --ft="txt" --tt="base64"
echo dGVzdA== | tc --ft="base64" --tt="txt"

Converters

  • from base64 to txt
  • from txt to base64
0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago