gulp-markdown : Markdown to HTML. You can installing gulp-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 gulp-markdown $ sudo npm install -g gulp-markdown
If want to update the gulp-markdown package execute the command as below,
$ sudo npm update gulp-markdown
Update package globally,
$ npm install -g gulp-markdown
$ sudo git clone https://github.com/rektide/gulp-markdown.git
$ sudo npm install -g ./gulp-markdown
gulp-markdown@1.2.0 /usr/lib/node_modules/gulp-markdown
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-markdown
Package Name | gulp-markdown |
Version | 1.2.0 |
Description | Markdown to HTML |
Released Date | 2015-11-14T13:17:39.597Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/gulp-markdown/tutorial |