CLI tool to perform various string operations and transformations
CLI to perform various operations on string
sttr
$ sttr upper 'hello world'
$ sttr base64 'hello world'
$ sttr reverse 'hello world'