Nodejs program that reads binary data from its standard input stream and writes binary data to its standard output and standard error streams.
- Nodejs >=
10.0.0
- npm or yarn
cd binary-data-decoder && yarn
or
cd binary-data-decoder && npm install
cd binary-data-decoder && yarn decode-binary
or
cd binary-data-decoder && npm run decode-binary
cd binary-data-decoder && yarn test
or
cd binary-data-decoder && npm run test