xtpl : nodejs wrapper around xtemplate engine. You can installing xtpl 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 xtpl $ sudo npm install -g xtpl
If want to update the xtpl package execute the command as below,
$ sudo npm update xtpl
Update package globally,
$ npm install -g xtpl
$ sudo git clone https://github.com/rektide/xtpl.git
$ sudo npm install -g ./xtpl
xtpl@3.3.0 /usr/lib/node_modules/xtpl
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall xtpl
| Package Name | xtpl |
| Version | 3.3.0 |
| Description | nodejs wrapper around xtemplate engine |
| Released Date | 2016-09-28T07:24:01.592Z |
| Published by | yiminghe |
| How to Learn | https://www.npmjs.com/package/xtpl/tutorial |