url-template : This is a simple URI template implementation following the [RFC 6570 URI Template specification](http://tools.ietf.org/html/rfc6570). The implementation supports all levels defined in the specification and is extensively tested.. You can installing url-template 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 url-template $ sudo npm install -g url-template
If want to update the url-template package execute the command as below,
$ sudo npm update url-template
Update package globally,
$ npm install -g url-template
$ sudo git clone https://github.com/rektide/url-template.git
$ sudo npm install -g ./url-template
url-template@2.0.8 /usr/lib/node_modules/url-template
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall url-template
| Package Name | url-template |
| Version | 2.0.8 |
| Description | This is a simple URI template implementation following the [RFC 6570 URI Template specification](http://tools.ietf.org/html/rfc6570). The implementation supports all levels defined in the specification and is extensively tested. |
| Released Date | 2016-07-07T13:51:39.665Z |
| Published by | bramstein |
| How to Learn | https://www.npmjs.com/package/url-template/tutorial |