gulp-yaml icon indicating copy to clipboard operation
gulp-yaml copied to clipboard

JSON to YAML

Open rayshan opened this issue 10 years ago • 3 comments
trafficstars

Hello, since js-yaml supports serializing JSON into YAML, can this plugin support it as well?

rayshan avatar Jun 03 '15 07:06 rayshan

@rayshan Thanks for your suggestion. I believe this feature might be possible to add. Probably a reverse option might be a good choice.

crissdev avatar Jun 13 '15 21:06 crissdev

:tada:

Maybe just do the right thing based on the input, and not introduce another API?

rayshan avatar Jun 14 '15 03:06 rayshan

I've found topherzee/gulp-json-to-yaml that fork from this repo. :blush:

gluons avatar Mar 24 '16 15:03 gluons