transform-cli

0.0.3 • Public • Published

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

/transform-cli/

    Package Sidebar

    Install

    npm i transform-cli

    Weekly Downloads

    0

    Version

    0.0.3

    License

    mit

    Unpacked Size

    3.65 kB

    Total Files

    4

    Last publish

    Collaborators

    • niradler55