haml : Haml ported to server-side Javascript. This is a traditional server-side templating language.. You can installing haml 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 haml $ sudo npm install -g haml
If want to update the haml package execute the command as below,
$ sudo npm update haml
Update package globally,
$ npm install -g haml
$ sudo git clone https://github.com/rektide/haml.git
$ sudo npm install -g ./haml
haml@0.4.3 /usr/lib/node_modules/haml
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall haml
Package Name | haml |
Version | 0.4.3 |
Description | Haml ported to server-side Javascript. This is a traditional server-side templating language. |
Released Date | 2012-06-27T14:08:41.758Z |
Published by | npm |
How to Learn | https://www.npmjs.com/package/haml/tutorial |