Skip to content

niradler/transform-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

cli to transform data from one type to another.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published