gulp-front-matter : Extract front-matter header from files. You can installing gulp-front-matter 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-front-matter $ sudo npm install -g gulp-front-matter
If want to update the gulp-front-matter package execute the command as below,
$ sudo npm update gulp-front-matter
Update package globally,
$ npm install -g gulp-front-matter
$ sudo git clone https://github.com/rektide/gulp-front-matter.git
$ sudo npm install -g ./gulp-front-matter
gulp-front-matter@1.3.0 /usr/lib/node_modules/gulp-front-matter
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-front-matter
Package Name | gulp-front-matter |
Version | 1.3.0 |
Description | Extract front-matter header from files |
Released Date | 2015-10-28T17:05:09.902Z |
Published by | shinnn |
How to Learn | https://www.npmjs.com/package/gulp-front-matter/tutorial |