New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

gulp-markdown-index

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-markdown-index

A markdown json index builder plugin for gulp

latest
Source
npmnpm
Version
1.1.4
Version published
Maintainers
1
Created
Source

gulp-markdown-index

===========

[![npm Version][npm-badge]][npm] [![Build Status][travis-badge]][travis]

A create the markdown index plugin for gulp

Usage

First, install gulp-markdown-index as a development dependency:

npm install --save-dev gulp-markdown-index

Then, add it to your gulpfile.js:

Simple

var indexer = require('gulp-markdown-index');

gulp.task('indexer', function(){
  return gulp.src('./public/**/*.md')
    .pipe(indexer('./public/json/article.json'))
    .pipe(gulp.dest('./'));
});

Keywords

gulpplugin

FAQs

Package last updated on 01 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts