json2yaml : A commandline utility to convert JSON to YAML / YML. You can installing json2yaml npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install json2yaml $ sudo npm install -g json2yaml
If want to update the json2yaml package execute the command as below,
$ sudo npm update json2yaml
Update package globally,
$ npm install -g json2yaml
$ sudo git clone https://github.com/rektide/json2yaml.git
$ sudo npm install -g ./json2yaml
json2yaml@1.1.0 /usr/lib/node_modules/json2yaml
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall json2yaml
Package Name | json2yaml |
Version | 1.1.0 |
Description | A commandline utility to convert JSON to YAML / YML |
Released Date | 2016-04-19T04:55:58.179Z |
Published by | coolaj86 |
How to Learn | https://www.npmjs.com/package/json2yaml/tutorial |