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 installcd binary-data-decoder && yarn decode-binary
or
cd binary-data-decoder && npm run decode-binarycd binary-data-decoder && yarn test
or
cd binary-data-decoder && npm run test