Closed donatj closed 2 years ago
Thanks, while I am glad you use json-to-go, I am not really interested in a binary.
If you want something executable, why not try an existing project that's actually designed to be a binary? https://github.com/twpayne/go-jsonstruct
I've wanted to be able to run this from the command line for a couple years now. This is just a little node js wrapper for the library to make it possible.
There's certainly room to add flags and options and all that but I opted for dead simple read from standard input, write to standard output. Suited my needs anyway, I'm open to making any requested changes.
Should you be interested in publishing an
npm install
-able version, it'd be as easy as creating a package.json including a section:Anway, great tool, use it almost every week.