metalsmith : An extremely simple, pluggable static site generator.. You can installing metalsmith 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 metalsmith $ sudo npm install -g metalsmith
If want to update the metalsmith package execute the command as below,
$ sudo npm update metalsmith
Update package globally,
$ npm install -g metalsmith
$ sudo git clone https://github.com/rektide/metalsmith.git
$ sudo npm install -g ./metalsmith
metalsmith@2.3.0 /usr/lib/node_modules/metalsmith
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall metalsmith
| Package Name | metalsmith |
| Version | 2.3.0 |
| Description | An extremely simple, pluggable static site generator. |
| Released Date | 2016-10-28T02:09:02.570Z |
| Published by | woodyrew |
| How to Learn | https://www.npmjs.com/package/metalsmith/tutorial |