How to Install metalsmith NPM Packages on Ubuntu / Debian

How to Install metalsmith software package in NPM Packages

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

Git clone:

$ sudo  git clone https://github.com/rektide/metalsmith.git
$ sudo  npm install -g ./metalsmith

metalsmith@2.3.0 /usr/lib/node_modules/metalsmith

How to remove metalsmith package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall metalsmith

Basic Information of metalsmith NPM Package:

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