xml : Fast and simple xml generator. Supports attributes, CDATA, etc. Includes tests and examples.. You can installing xml 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 xml $ sudo npm install -g xml
If want to update the xml package execute the command as below,
$ sudo npm update xml
Update package globally,
$ npm install -g xml
$ sudo git clone https://github.com/rektide/xml.git
$ sudo npm install -g ./xml
xml@1.0.1 /usr/lib/node_modules/xml
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall xml
| Package Name | xml |
| Version | 1.0.1 |
| Description | Fast and simple xml generator. Supports attributes, CDATA, etc. Includes tests and examples. |
| Released Date | 2016-01-31T01:33:20.949Z |
| Published by | dylang |
| How to Learn | https://www.npmjs.com/package/xml/tutorial |