teacup : Render HTML with native CoffeeScript templates. No magic, no fuss.. You can installing teacup 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 teacup $ sudo npm install -g teacup
If want to update the teacup package execute the command as below,
$ sudo npm update teacup
Update package globally,
$ npm install -g teacup
$ sudo git clone https://github.com/rektide/teacup.git
$ sudo npm install -g ./teacup
teacup@2.0.0 /usr/lib/node_modules/teacup
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall teacup
| Package Name | teacup |
| Version | 2.0.0 |
| Description | Render HTML with native CoffeeScript templates. No magic, no fuss. |
| Released Date | 2015-06-23T22:46:04.035Z |
| Published by | goodeggs |
| How to Learn | https://www.npmjs.com/package/teacup/tutorial |