btob

0.1.1 • Public • Published

btob

Binary to binary encoding tool

Installation

npm install -g btob

Usage

  Usage: btob [options] <action> <inputFile> <outputFile>

  Action: [encode|decode]

  Options:

    -V, --version  output the version number
    -f, --flip     flip each byte
    -r, --reverse  reverse each byte
    -h, --help     output usage information

Example of execution:

> echo "123" > raw.txt

> btob encode raw.txt encoded.txt

> cat encoded.txt
s�3�

> btob decode encoded.txt decoded.txt

> cat decoded.txt
123

Readme

Keywords

none

Package Sidebar

Install

npm i btob

Weekly Downloads

3

Version

0.1.1

License

MIT

Unpacked Size

7.13 kB

Total Files

12

Last publish

Collaborators

  • killalau