Skip to content

hildjj/data-colon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-colon

Encode and decode data: URIs on the command line using strong-data-uri.

Installation

npm install -g data-colon

Usage:

data-colon [options] [fileOrURI...]

  Options:

    -h, --help              output usage information
    -V, --version           output the version number
    -o, --output <file>     Output file name [stdout]
    -m, --mediatype <type>  MIME media type for encoding

Examples

decode:

data-colon data:application/octet-stream;base64,Zm9vCg==
echo 'data:application/octet-stream;base64,Zm9vCg==' | data-colon -o foo

encode:

data-colon image.jpg
echo foo | data-colon -m text/plain

Tests Coverage Status

About

Encode and decode data: URIs on the command line using strong-data-uri

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors