hildjj / node-cbor

Encode and decode CBOR documents, with both easy mode, streaming mode, and SAX-style evented mode.
MIT License
357 stars 73 forks source link

Split in modules, node-cbor and node-cbor-cli #99

Closed roccomuso closed 4 years ago

roccomuso commented 5 years ago

I'd split and move all the bin folder and commander dependency in a separate module called node-cbor-cli.

Main usage is as a module, not CLI tool I think.