metalsmith-markdown : A Metalsmith plugin to convert markdown files.. You can installing metalsmith-markdown 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-markdown $ sudo npm install -g metalsmith-markdown
If want to update the metalsmith-markdown package execute the command as below,
$ sudo npm update metalsmith-markdown
Update package globally,
$ npm install -g metalsmith-markdown
$ sudo git clone https://github.com/rektide/metalsmith-markdown.git
$ sudo npm install -g ./metalsmith-markdown
metalsmith-markdown@0.2.1 /usr/lib/node_modules/metalsmith-markdown
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall metalsmith-markdown
Package Name | metalsmith-markdown |
Version | 0.2.1 |
Description | A Metalsmith plugin to convert markdown files. |
Released Date | 2014-02-07T06:58:59.949Z |
Published by | ianstormtaylor |
How to Learn | https://www.npmjs.com/package/metalsmith-markdown/tutorial |