mcollina / msgpack5

A msgpack v5 implementation for node.js, with extension points / msgpack.org[Node]
MIT License
492 stars 76 forks source link

Move to standard #34

Closed mcollina closed 8 years ago

mcollina commented 8 years ago

I think we should conform to @feross http://npm.im/standard. This library is getting some traction now (13k downloads/month), so it can help spread the format. The fact that this is basically done is useful for a smoke test perspective of standard as well :).

mcdonnelldean commented 8 years ago

+1 From me STANDARD ALL THE THINGS!

feross commented 8 years ago

Now, 150K+ downloads/month :smile:

Here's a free PR to help you out: https://github.com/mcollina/msgpack5/pull/43

(This was a good chance for me to try out standard-format on a real-world project to see how practical it is to migrate larger codebases. Worked pretty well, though it still needed some manual help.)